From: Elan Ruusamäe Date: Sun, 18 Sep 2016 19:45:17 +0000 (+0300) Subject: add patch for b5db195 X-Git-Tag: auto/th/musl-1.1.15-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?p=packages%2Fmusl.git;a=commitdiff_plain;h=d8f773ec327278e6e5a5177c6f974691feebbe89 add patch for b5db195 --- diff --git a/musl-gcc.patch b/musl-gcc.patch new file mode 100644 index 0000000..442ec61 --- /dev/null +++ b/musl-gcc.patch @@ -0,0 +1,11 @@ +--- musl-1.1.15/Makefile~ 2016-07-06 00:58:46.000000000 +0300 ++++ musl-1.1.15/Makefile 2016-09-18 22:35:27.074044634 +0300 +@@ -186,7 +186,7 @@ + sh $< "$(includedir)" "$(libdir)" "$(LDSO_PATHNAME)" > $@ + + obj/musl-gcc: config.mak +- printf '#!/bin/sh\nexec "$${REALGCC:-$(WRAPCC_GCC)}" "$$@" -specs "%s/musl-gcc.specs"\n' "$(libdir)" > $@ ++ printf '#!/bin/sh\nexec $${REALGCC:-$(WRAPCC_GCC)} "$$@" -specs "%s/musl-gcc.specs"\n' "$(libdir)" > $@ + chmod +x $@ + + obj/%-clang: $(srcdir)/tools/%-clang.in config.mak