From 66070f8a95d7157ce1a9c483f7522158fa49a872 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 21 Apr 2015 11:11:07 +0200 Subject: [PATCH] glibc: it's pointless to build this for musl. --- srcpkgs/glibc/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/glibc/template b/srcpkgs/glibc/template index 4f5e9730e53..8accff531ca 100644 --- a/srcpkgs/glibc/template +++ b/srcpkgs/glibc/template @@ -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