mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
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];
This commit is contained in:
parent
69149e4c33
commit
fdd15dbaae
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user