We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af5b36 commit b9f3f35Copy full SHA for b9f3f35
configure.ac
@@ -1535,6 +1535,9 @@ PHP_SET_LIBTOOL_VARIABLE([--silent])
1535
dnl libtool 1.4.3 needs this.
1536
PHP_SET_LIBTOOL_VARIABLE([--preserve-dup-deps])
1537
1538
+dnl This needs to be passed explicitly to allow scan-build compiler overrides.
1539
+PHP_SET_LIBTOOL_VARIABLE([--tag CC])
1540
+
1541
test -z "$PHP_COMPILE" && PHP_COMPILE='$(LIBTOOL) --mode=compile $(COMPILE) -c $<'
1542
test -z "$CXX_PHP_COMPILE" && CXX_PHP_COMPILE='$(LIBTOOL) --mode=compile $(CXX_COMPILE) -c $<'
1543
SHARED_LIBTOOL='$(LIBTOOL)'
0 commit comments