modphp: call gnu-configize in do_configure

Since we override do_configure, gnu-configize doesn't get called and
using the old gnu-config files distributed with the PHP source can cause
problems for some people e.g. building for AArch64; so add a call to it
explicitly here.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton
2012-10-15 13:38:51 +01:00
parent d9b7d6b4cd
commit 6fe4073a26
2 changed files with 2 additions and 1 deletions
@@ -49,6 +49,7 @@ acpaths = ""
# which breaks everything...
#
do_configure() {
gnu-configize --force
find . -name config.m4 -o -name configure | xargs -n1 sed -i 's!APXS_HTTPD=.*!APXS_HTTPD=${STAGING_BINDIR_NATIVE}/httpd!'
export PHP_LIBXML_DIR=${STAGING_DIR_NATIVE}${layout_exec_prefix}
oe_runconf