mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
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>
This commit is contained in:
committed by
Paul Eggleton
parent
0f14256bed
commit
9439d8132a
@@ -1,7 +1,7 @@
|
|||||||
SECTION = "console/network"
|
SECTION = "console/network"
|
||||||
DESCRIPTION = "A server-side, HTML-embedded scripting language. This package provides the apache php module."
|
DESCRIPTION = "A server-side, HTML-embedded scripting language. This package provides the apache php module."
|
||||||
LICENSE = "PHP-3.0"
|
LICENSE = "PHP-3.0"
|
||||||
DEPENDS = "apache2-native apache2 zlib"
|
DEPENDS = "apache2-native apache2 zlib bzip2"
|
||||||
|
|
||||||
SRC_URI = "http://www.php.net/distributions/php-${PV}.tar.bz2 \
|
SRC_URI = "http://www.php.net/distributions/php-${PV}.tar.bz2 \
|
||||||
file://configure.patch \
|
file://configure.patch \
|
||||||
@@ -36,6 +36,9 @@ EXTRA_OECONF = "--with-apxs2=${STAGING_BINDIR_CROSS}/apxs \
|
|||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--libdir=${libdir}/php5 \
|
--libdir=${libdir}/php5 \
|
||||||
--with-zlib --with-zlib-dir=${STAGING_DIR_TARGET}${exec_prefix} \
|
--with-zlib --with-zlib-dir=${STAGING_DIR_TARGET}${exec_prefix} \
|
||||||
|
--with-bz2=${STAGING_DIR_TARGET}${exec_prefix} \
|
||||||
|
--enable-zip \
|
||||||
|
--enable-mbstring \
|
||||||
--with-config-file-path=${sysconfdir}/php/apache2-php5"
|
--with-config-file-path=${sysconfdir}/php/apache2-php5"
|
||||||
|
|
||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= ""
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
include modphp5.inc
|
include modphp5.inc
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "e1d2a3ec7849d4b3032bd1abf1916aa4"
|
SRC_URI[md5sum] = "e1d2a3ec7849d4b3032bd1abf1916aa4"
|
||||||
SRC_URI[sha256sum] = "814ce55b950158c4ddadbcd0b2d7d8cb4b570de4a29b9db021020594e2469fd6"
|
SRC_URI[sha256sum] = "814ce55b950158c4ddadbcd0b2d7d8cb4b570de4a29b9db021020594e2469fd6"
|
||||||
|
|||||||
Reference in New Issue
Block a user