diff options
-rw-r--r-- | meta-webserver/recipes-php/modphp/modphp5.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-webserver/recipes-php/modphp/modphp5.inc b/meta-webserver/recipes-php/modphp/modphp5.inc index 6b227afe81..62b59a1c78 100644 --- a/meta-webserver/recipes-php/modphp/modphp5.inc +++ b/meta-webserver/recipes-php/modphp/modphp5.inc | |||
@@ -19,6 +19,7 @@ inherit autotools | |||
19 | CFLAGS += " -g -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED -I${STAGING_INCDIR}/apache2" | 19 | CFLAGS += " -g -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED -I${STAGING_INCDIR}/apache2" |
20 | 20 | ||
21 | EXTRA_OECONF = "--with-apxs2=${STAGING_BINDIR_CROSS}/apxs \ | 21 | EXTRA_OECONF = "--with-apxs2=${STAGING_BINDIR_CROSS}/apxs \ |
22 | --with-pic \ | ||
22 | --enable-maintainer-zts \ | 23 | --enable-maintainer-zts \ |
23 | --without-mysql \ | 24 | --without-mysql \ |
24 | --enable-force-cgi-redirect \ | 25 | --enable-force-cgi-redirect \ |