diff options
Diffstat (limited to 'meta-webserver/recipes-php/modphp/modphp5.inc')
-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 55e7c925fd..1db85bf2ed 100644 --- a/meta-webserver/recipes-php/modphp/modphp5.inc +++ b/meta-webserver/recipes-php/modphp/modphp5.inc | |||
@@ -49,6 +49,7 @@ acpaths = "" | |||
49 | # which breaks everything... | 49 | # which breaks everything... |
50 | # | 50 | # |
51 | do_configure() { | 51 | do_configure() { |
52 | gnu-configize --force | ||
52 | find . -name config.m4 -o -name configure | xargs -n1 sed -i 's!APXS_HTTPD=.*!APXS_HTTPD=${STAGING_BINDIR_NATIVE}/httpd!' | 53 | find . -name config.m4 -o -name configure | xargs -n1 sed -i 's!APXS_HTTPD=.*!APXS_HTTPD=${STAGING_BINDIR_NATIVE}/httpd!' |
53 | export PHP_LIBXML_DIR=${STAGING_DIR_NATIVE}${layout_exec_prefix} | 54 | export PHP_LIBXML_DIR=${STAGING_DIR_NATIVE}${layout_exec_prefix} |
54 | oe_runconf | 55 | oe_runconf |