aboutsummaryrefslogtreecommitdiffstats
path: root/main/libbsd
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-04-12 01:37:56 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-04-12 01:40:47 +0200
commit9344b279529226a8aad4f9172697788e337d5149 (patch)
treed5d93a46b96488ea79e0ec2f5ba190b4056c9886 /main/libbsd
parent781bbc772bffd1792850f59d9ecc67f9df53d96c (diff)
downloadaports-9344b279529226a8aad4f9172697788e337d5149.tar.bz2
aports-9344b279529226a8aad4f9172697788e337d5149.tar.xz
main/libbsd: disable on armhf, 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/libbsd')
-rw-r--r--main/libbsd/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libbsd/APKBUILD b/main/libbsd/APKBUILD
index 4a12ed99b9..7a7641c5ce 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"
+arch="all !armhf"
license="BSD"
depends=""
depends_dev="bsd-compat-headers linux-headers"