mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 13:40:04 +00:00
php: fix PACKAGECONFIG for soap
PHP 7.4 enables libxml by default and removed it as a configurable option. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -93,7 +93,7 @@ PACKAGECONFIG[sqlite3] = "--with-sqlite3=${STAGING_LIBDIR}/.. \
|
|||||||
,--without-sqlite3 --without-pdo-sqlite \
|
,--without-sqlite3 --without-pdo-sqlite \
|
||||||
,sqlite3"
|
,sqlite3"
|
||||||
PACKAGECONFIG[pgsql] = "--with-pgsql=${STAGING_DIR_TARGET}${exec_prefix},--without-pgsql,postgresql"
|
PACKAGECONFIG[pgsql] = "--with-pgsql=${STAGING_DIR_TARGET}${exec_prefix},--without-pgsql,postgresql"
|
||||||
PACKAGECONFIG[soap] = "--enable-libxml --enable-soap, --disable-soap, libxml2"
|
PACKAGECONFIG[soap] = "--enable-soap, --disable-soap, libxml2"
|
||||||
PACKAGECONFIG[apache2] = "--with-apxs2=${STAGING_BINDIR_CROSS}/apxs,,apache2-native apache2"
|
PACKAGECONFIG[apache2] = "--with-apxs2=${STAGING_BINDIR_CROSS}/apxs,,apache2-native apache2"
|
||||||
PACKAGECONFIG[pam] = ",,libpam"
|
PACKAGECONFIG[pam] = ",,libpam"
|
||||||
PACKAGECONFIG[imap] = "--with-imap=${STAGING_DIR_HOST} \
|
PACKAGECONFIG[imap] = "--with-imap=${STAGING_DIR_HOST} \
|
||||||
|
|||||||
Reference in New Issue
Block a user