X-Git-Url: https://git.tld-linux.org/?p=packages%2Fphp.git;a=blobdiff_plain;f=libtool-tag.patch;h=d7e5400e48747e6224e25ae172ce70357bccbcb0;hp=951fd1eeac2f9d316a6b7ddd4551dc4cf852e4bb;hb=HEAD;hpb=8e95d3efd3e05b2419be3a092efa3cb763c382fd diff --git a/libtool-tag.patch b/libtool-tag.patch deleted file mode 100644 index 951fd1e..0000000 --- a/libtool-tag.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- php-5.6.0RC4/configure.in~ 2014-08-20 16:08:27.000000000 +0300 -+++ php-5.6.0RC4/configure.in 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)'