From fdd15dbaaef1b8071ddf3c776ff08e4ff5828b34 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Fri, 7 Apr 2017 13:38:16 +0000 Subject: community/psmisc: does not build yet for ppc64le pstree.c: In function 'get_threadname': pstree.c:800:15: error: 'PATH_MAX' undeclared (first use in this function) char path[PATH_MAX + 1]; --- community/psmisc/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/psmisc/APKBUILD b/community/psmisc/APKBUILD index 9671e8a734..3022d64b34 100644 --- a/community/psmisc/APKBUILD +++ b/community/psmisc/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Stuart Cardall pkgname=psmisc pkgver=22.21 -pkgrel=0 +pkgrel=1 pkgdesc="A set of some small useful utilities that use the proc filesystem" url="http://psmisc.sourceforge.net/" -arch="all" +arch="all !ppc64le" #does not build yet for ppc64le license="BSD GPL" depends="" makedepends="ncurses-dev" -- cgit v1.2.3