diff options
-rw-r--r-- | meta-webserver/recipes-php/modphp/modphp5.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-webserver/recipes-php/modphp/modphp5.inc b/meta-webserver/recipes-php/modphp/modphp5.inc index d646fd19b0..a1d550de30 100644 --- a/meta-webserver/recipes-php/modphp/modphp5.inc +++ b/meta-webserver/recipes-php/modphp/modphp5.inc | |||
@@ -51,8 +51,8 @@ PACKAGECONFIG[pgsql] = "--with-pgsql=${STAGING_DIR_TARGET}${exec_prefix},--witho | |||
51 | acpaths = "" | 51 | acpaths = "" |
52 | 52 | ||
53 | do_configure_prepend () { | 53 | do_configure_prepend () { |
54 | rm -f build/libtool.m4 ltmain.sh aclocal.m4 | 54 | rm -f ${S}/build/libtool.m4 ${S}/ltmain.sh ${S}/aclocal.m4 |
55 | find . -name config.m4 | xargs -n1 sed -i 's!APXS_HTTPD=.*!APXS_HTTPD=${STAGING_BINDIR_NATIVE}/httpd!' | 55 | find ${S} -name config.m4 | xargs -n1 sed -i 's!APXS_HTTPD=.*!APXS_HTTPD=${STAGING_BINDIR_NATIVE}/httpd!' |
56 | } | 56 | } |
57 | 57 | ||
58 | do_configure_append() { | 58 | do_configure_append() { |
@@ -76,7 +76,7 @@ do_install () { | |||
76 | install -m 755 scripts/phpize ${D}${bindir} | 76 | install -m 755 scripts/phpize ${D}${bindir} |
77 | install -m 755 scripts/php-config ${D}${bindir} | 77 | install -m 755 scripts/php-config ${D}${bindir} |
78 | cat aclocal-copy/libtool.m4 aclocal-copy/lt~obsolete.m4 aclocal-copy/ltoptions.m4 \ | 78 | cat aclocal-copy/libtool.m4 aclocal-copy/lt~obsolete.m4 aclocal-copy/ltoptions.m4 \ |
79 | aclocal-copy/ltsugar.m4 aclocal-copy/ltversion.m4 > build/libtool.m4 | 79 | aclocal-copy/ltsugar.m4 aclocal-copy/ltversion.m4 > ${S}/build/libtool.m4 |
80 | 80 | ||
81 | oe_runmake install-build install-headers INSTALL_ROOT=${D} | 81 | oe_runmake install-build install-headers INSTALL_ROOT=${D} |
82 | } | 82 | } |