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 a87f4dd commit 2c16664Copy full SHA for 2c16664
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