diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-12 01:39:14 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-12 01:40:47 +0200 |
commit | 0bb3fa3393ac10b05574d3e9e3378a8e84c05a7d (patch) | |
tree | 95d3cc7674e0b8ed2dc186fa591d0637ad22cd1b | |
parent | 9344b279529226a8aad4f9172697788e337d5149 (diff) | |
download | aports-0bb3fa3393ac10b05574d3e9e3378a8e84c05a7d.tar.bz2 aports-0bb3fa3393ac10b05574d3e9e3378a8e84c05a7d.tar.xz |
main/libbsd: disable on ppc64le, fails to build
nlist.c:43:25: fatal error: linux/a.out.h: No such file or directory
#include <linux/a.out.h>
^
compilation terminated.
-rw-r--r-- | main/libbsd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libbsd/APKBUILD b/main/libbsd/APKBUILD index 7a7641c5ce..ef57ae9712 100644 --- a/main/libbsd/APKBUILD +++ b/main/libbsd/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.8.3 pkgrel=1 pkgdesc="commonly-used BSD functions not implemented by all libcs" url="http://libbsd.freedesktop.org/" -arch="all !armhf" +arch="all !armhf !ppc64le" license="BSD" depends="" depends_dev="bsd-compat-headers linux-headers" |