From 284c41f88afb2e3e8763d823b1ab332be996b1a7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 7 May 2015 13:24:13 +0200 Subject: [PATCH] libclc-git: allow building with musl. --- srcpkgs/libclc-git/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libclc-git/template b/srcpkgs/libclc-git/template index a53a1d4820d..77e8dd476dd 100644 --- a/srcpkgs/libclc-git/template +++ b/srcpkgs/libclc-git/template @@ -11,7 +11,7 @@ license="BSD/MIT" homepage="http://libclc.llvm.org" provides="libclc-${version}_${revision}" replaces="libclc>=0" -only_for_archs="i686 x86_64" +only_for_archs="i686 i686-musl x86_64 x86_64-musl" do_fetch() { local _githash="69ebc81135ee35aab0154a5eed057830f962ab00"