]> git.pld-linux.org Git - packages/php.git/blame - libtool-tag.patch
up to php-7.2.0RC6, likely last RC
[packages/php.git] / libtool-tag.patch
CommitLineData
5c8bd0f5
ER
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
8b15d51c
ER
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)'
This page took 0.027145 seconds and 4 git commands to generate.