]> TLD Linux GIT Repositories - packages/php.git/blob - libtool-tag.patch
- sync patches with PLD
[packages/php.git] / libtool-tag.patch
1 --- php-5.6.0RC4/configure.ac~  2014-08-20 16:08:27.000000000 +0300
2 +++ php-5.6.0RC4/configure.ac   2014-08-21 20:49:14.693072513 +0300
3 @@ -1408,6 +1408,9 @@
4  dnl libtool 1.4.3 needs this.
5  PHP_SET_LIBTOOL_VARIABLE([--preserve-dup-deps])
6  
7 +dnl pass --tag=CC to unconfuse when CC="ccache gcc"
8 +PHP_SET_LIBTOOL_VARIABLE([--tag=CC])
9 +
10  test -z "$PHP_COMPILE" && PHP_COMPILE='$(LIBTOOL) --mode=compile $(COMPILE) -c $<'
11  test -z "$CXX_PHP_COMPILE" && CXX_PHP_COMPILE='$(LIBTOOL) --mode=compile $(CXX_COMPILE) -c $<'
12  SHARED_LIBTOOL='$(LIBTOOL)'