glibc: it's pointless to build this for musl.
This commit is contained in:
parent
d9bd784cd0
commit
66070f8a95
|
@ -34,6 +34,8 @@ makedepends="kernel-libc-headers"
|
|||
build_options="systemd"
|
||||
lib32files="/usr/lib/gconv/gconv-modules"
|
||||
lib32symlinks="ld-linux.so.2"
|
||||
# There's no point in building this for musl.
|
||||
only_for_archs="i686 x86_64 armv6l armv7l aarch64"
|
||||
|
||||
do_configure() {
|
||||
mkdir build
|
||||
|
|
Loading…
Reference in New Issue