We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3eee3 commit c1c44ddCopy full SHA for c1c44dd
scripts/phpize.m4
@@ -81,6 +81,7 @@ install_targets="install-modules install-headers"
81
phplibdir="`pwd`/modules"
82
CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H"
83
CFLAGS_CLEAN='$(CFLAGS)'
84
+CXXFLAGS_CLEAN='$(CXXFLAGS)'
85
86
test "$prefix" = "NONE" && prefix="/usr/local"
87
test "$exec_prefix" = "NONE" && exec_prefix='$(prefix)'
@@ -103,6 +104,7 @@ PHP_SUBST(CPP)
103
104
PHP_SUBST(CPPFLAGS)
105
PHP_SUBST(CXX)
106
PHP_SUBST(CXXFLAGS)
107
+PHP_SUBST(CXXFLAGS_CLEAN)
108
PHP_SUBST(EXTENSION_DIR)
109
PHP_SUBST(PHP_EXECUTABLE)
110
PHP_SUBST(EXTRA_LDFLAGS)
0 commit comments