summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-php/modphp/modphp5.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-webserver/recipes-php/modphp/modphp5.inc')
-rw-r--r--meta-webserver/recipes-php/modphp/modphp5.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-webserver/recipes-php/modphp/modphp5.inc b/meta-webserver/recipes-php/modphp/modphp5.inc
index 1db85bf2e..3302936df 100644
--- a/meta-webserver/recipes-php/modphp/modphp5.inc
+++ b/meta-webserver/recipes-php/modphp/modphp5.inc
@@ -1,7 +1,7 @@
1SECTION = "console/network" 1SECTION = "console/network"
2DESCRIPTION = "A server-side, HTML-embedded scripting language. This package provides the apache php module." 2DESCRIPTION = "A server-side, HTML-embedded scripting language. This package provides the apache php module."
3LICENSE = "PHP-3.0" 3LICENSE = "PHP-3.0"
4DEPENDS = "apache2-native apache2 zlib" 4DEPENDS = "apache2-native apache2 zlib bzip2"
5 5
6SRC_URI = "http://www.php.net/distributions/php-${PV}.tar.bz2 \ 6SRC_URI = "http://www.php.net/distributions/php-${PV}.tar.bz2 \
7 file://configure.patch \ 7 file://configure.patch \
@@ -36,6 +36,9 @@ EXTRA_OECONF = "--with-apxs2=${STAGING_BINDIR_CROSS}/apxs \
36 --disable-rpath \ 36 --disable-rpath \
37 --libdir=${libdir}/php5 \ 37 --libdir=${libdir}/php5 \
38 --with-zlib --with-zlib-dir=${STAGING_DIR_TARGET}${exec_prefix} \ 38 --with-zlib --with-zlib-dir=${STAGING_DIR_TARGET}${exec_prefix} \
39 --with-bz2=${STAGING_DIR_TARGET}${exec_prefix} \
40 --enable-zip \
41 --enable-mbstring \
39 --with-config-file-path=${sysconfdir}/php/apache2-php5" 42 --with-config-file-path=${sysconfdir}/php/apache2-php5"
40 43
41PACKAGECONFIG ??= "" 44PACKAGECONFIG ??= ""