summaryrefslogtreecommitdiffstats
path: root/main/libc0.9.32
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-09-29 16:08:25 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-09-29 16:08:25 +0000
commitdf0450b0146638a52e8e408fc9ff7dab3e2c9ed2 (patch)
treedd00085b46ed064c1c94dcc87485b1f89c98b9b7 /main/libc0.9.32
parentf6723fe78a8b7ad141c619908bcd809abe43b78d (diff)
downloadaports-df0450b0146638a52e8e408fc9ff7dab3e2c9ed2.tar.bz2
aports-df0450b0146638a52e8e408fc9ff7dab3e2c9ed2.tar.xz
main/libc0.9.32: don't build on musl toolchain
Diffstat (limited to 'main/libc0.9.32')
-rw-r--r--main/libc0.9.32/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/libc0.9.32/APKBUILD b/main/libc0.9.32/APKBUILD
index ad6d01a9f..cc1511df1 100644
--- a/main/libc0.9.32/APKBUILD
+++ b/main/libc0.9.32/APKBUILD
@@ -9,14 +9,13 @@ pkgdesc="C library for developing embedded Linux systems"
url=http://uclibc.org
license="LGPL-2"
arch="all"
-options=
+options="!strip !libc_musl"
makedepends="linux-headers"
# libc subpackage must be last
subpackages="uclibc-dev:dev uclibc-utils:utils libthread_db libpthread libc"
depends_dev="linux-headers=>2.6.32"
replaces=uclibc
depends="libpthread libc"
-options="!strip"
triggers="uclibc-utils.trigger=/lib:/usr/lib"
_snapurl="http://git.uclibc.org/uClibc/snapshot/master.tar.bz2"