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.
2 parents a87f4dd + 2c16664 commit dcb758cCopy full SHA for dcb758c
scripts/phpize.m4
@@ -164,7 +164,7 @@ all_targets='$(PHP_MODULES) $(PHP_ZEND_EX)'
164
install_targets="install-modules install-headers"
165
phplibdir="`pwd`/modules"
166
CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H"
167
-CFLAGS_CLEAN='$(CFLAGS)'
+CFLAGS_CLEAN='$(CFLAGS) -D_GNU_SOURCE'
168
CXXFLAGS_CLEAN='$(CXXFLAGS)'
169
170
test "$prefix" = "NONE" && prefix="/usr/local"
0 commit comments