X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=libtool-tag.patch;fp=libtool-tag.patch;h=0000000000000000000000000000000000000000;hb=ab1e43498f99fd08685b6f7bf179858efc6920bf;hp=d7e5400e48747e6224e25ae172ce70357bccbcb0;hpb=029e4361d0227f335d20116b02fca24571663589;p=packages%2Fphp.git diff --git a/libtool-tag.patch b/libtool-tag.patch deleted file mode 100644 index d7e5400..0000000 --- a/libtool-tag.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- php-5.6.0RC4/configure.ac~ 2014-08-20 16:08:27.000000000 +0300 -+++ php-5.6.0RC4/configure.ac 2014-08-21 20:49:14.693072513 +0300 -@@ -1408,6 +1408,9 @@ - dnl libtool 1.4.3 needs this. - PHP_SET_LIBTOOL_VARIABLE([--preserve-dup-deps]) - -+dnl pass --tag=CC to unconfuse when CC="ccache gcc" -+PHP_SET_LIBTOOL_VARIABLE([--tag=CC]) -+ - test -z "$PHP_COMPILE" && PHP_COMPILE='$(LIBTOOL) --mode=compile $(COMPILE) -c $<' - test -z "$CXX_PHP_COMPILE" && CXX_PHP_COMPILE='$(LIBTOOL) --mode=compile $(CXX_COMPILE) -c $<' - SHARED_LIBTOOL='$(LIBTOOL)'