Skip to content

Commit c1c44dd

Browse files
author
foobar
committed
MFH: - Add missing CXXFLAGS_CLEAN variable.
1 parent 8e3eee3 commit c1c44dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/phpize.m4

+2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ install_targets="install-modules install-headers"
8181
phplibdir="`pwd`/modules"
8282
CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H"
8383
CFLAGS_CLEAN='$(CFLAGS)'
84+
CXXFLAGS_CLEAN='$(CXXFLAGS)'
8485

8586
test "$prefix" = "NONE" && prefix="/usr/local"
8687
test "$exec_prefix" = "NONE" && exec_prefix='$(prefix)'
@@ -103,6 +104,7 @@ PHP_SUBST(CPP)
103104
PHP_SUBST(CPPFLAGS)
104105
PHP_SUBST(CXX)
105106
PHP_SUBST(CXXFLAGS)
107+
PHP_SUBST(CXXFLAGS_CLEAN)
106108
PHP_SUBST(EXTENSION_DIR)
107109
PHP_SUBST(PHP_EXECUTABLE)
108110
PHP_SUBST(EXTRA_LDFLAGS)

0 commit comments

Comments
 (0)