diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-07 13:38:16 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-07 13:39:37 +0000 |
commit | fdd15dbaaef1b8071ddf3c776ff08e4ff5828b34 (patch) | |
tree | 34657c23fe12750294ab712c7be100d09194aa1e /community/psmisc/APKBUILD | |
parent | 69149e4c331a274abfc4c45acc8c7c51b6d96fe4 (diff) | |
download | aports-fdd15dbaaef1b8071ddf3c776ff08e4ff5828b34.tar.bz2 aports-fdd15dbaaef1b8071ddf3c776ff08e4ff5828b34.tar.xz |
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];
Diffstat (limited to 'community/psmisc/APKBUILD')
-rw-r--r-- | community/psmisc/APKBUILD | 4 |
1 files 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 <developer@it-offshore.co.uk> 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" |