diff options
author | Eric Bénard <eric@eukrea.com> | 2012-11-25 18:25:07 +0100 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-11-27 10:48:23 +0000 |
commit | 9439d8132a0f936dfb7cefb73fa0a1c582826e4b (patch) | |
tree | 16e53dc8796ad8f35a1877aa9cb4905ea4f277b6 /meta-webserver/recipes-php | |
parent | 0f14256bed460ca3011caf8d463a8ce306764801 (diff) | |
download | meta-openembedded-9439d8132a0f936dfb7cefb73fa0a1c582826e4b.tar.gz |
modphp: enable bz2, zip and mbstring
- bz2 and zip remove warnings in phpmyadmin
- mbstring is usefull for multibyte strings
Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'meta-webserver/recipes-php')
-rw-r--r-- | meta-webserver/recipes-php/modphp/modphp5.inc | 5 | ||||
-rw-r--r-- | meta-webserver/recipes-php/modphp/modphp_5.3.19.bb | 2 |
2 files changed, 5 insertions, 2 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 @@ | |||
1 | SECTION = "console/network" | 1 | SECTION = "console/network" |
2 | DESCRIPTION = "A server-side, HTML-embedded scripting language. This package provides the apache php module." | 2 | DESCRIPTION = "A server-side, HTML-embedded scripting language. This package provides the apache php module." |
3 | LICENSE = "PHP-3.0" | 3 | LICENSE = "PHP-3.0" |
4 | DEPENDS = "apache2-native apache2 zlib" | 4 | DEPENDS = "apache2-native apache2 zlib bzip2" |
5 | 5 | ||
6 | SRC_URI = "http://www.php.net/distributions/php-${PV}.tar.bz2 \ | 6 | SRC_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 | ||
41 | PACKAGECONFIG ??= "" | 44 | PACKAGECONFIG ??= "" |
diff --git a/meta-webserver/recipes-php/modphp/modphp_5.3.19.bb b/meta-webserver/recipes-php/modphp/modphp_5.3.19.bb index 56599d660..ecc6e8621 100644 --- a/meta-webserver/recipes-php/modphp/modphp_5.3.19.bb +++ b/meta-webserver/recipes-php/modphp/modphp_5.3.19.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | include modphp5.inc | 1 | include modphp5.inc |
2 | PR = "r0" | 2 | PR = "r1" |
3 | 3 | ||
4 | SRC_URI[md5sum] = "e1d2a3ec7849d4b3032bd1abf1916aa4" | 4 | SRC_URI[md5sum] = "e1d2a3ec7849d4b3032bd1abf1916aa4" |
5 | SRC_URI[sha256sum] = "814ce55b950158c4ddadbcd0b2d7d8cb4b570de4a29b9db021020594e2469fd6" | 5 | SRC_URI[sha256sum] = "814ce55b950158c4ddadbcd0b2d7d8cb4b570de4a29b9db021020594e2469fd6" |