X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=libtool-tag.patch;fp=libtool-tag.patch;h=951fd1eeac2f9d316a6b7ddd4551dc4cf852e4bb;hb=8e95d3efd3e05b2419be3a092efa3cb763c382fd;hp=0000000000000000000000000000000000000000;hpb=63d627834d0e4e39f2d2b23b3ad6c47a9bfd72fc;p=packages%2Fphp.git diff --git a/libtool-tag.patch b/libtool-tag.patch new file mode 100644 index 0000000..951fd1e --- /dev/null +++ b/libtool-tag.patch @@ -0,0 +1,12 @@ +--- 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)'