diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-12 01:54:52 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-12 01:54:52 +0200 |
commit | f8cc8bc32047776045b7040deac73660d79a36a6 (patch) | |
tree | e98da880e45cd3f565d85b5a940704fd7c237d06 /main | |
parent | 98f9afaea09a288d16e455ce37e0c1d32841a27d (diff) | |
download | aports-f8cc8bc32047776045b7040deac73660d79a36a6.tar.bz2 aports-f8cc8bc32047776045b7040deac73660d79a36a6.tar.xz |
main/libbsd: disable on aarch64, 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.
Diffstat (limited to 'main')
-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 ef57ae9712..bf95701c97 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 !ppc64le" +arch="all !armhf !aarch64 !ppc64le" license="BSD" depends="" depends_dev="bsd-compat-headers linux-headers" |