diff options
| author | Jeroen Hofstee <jhofstee@victronenergy.com> | 2025-04-13 00:24:17 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-15 12:52:17 -0700 |
| commit | bb896f6b6f92863e8f5c49e5a1f7d9bcb2578db0 (patch) | |
| tree | e1e5c58dea54d1c2f9d4410d6358b1bc18e308fe | |
| parent | 1528a1219bff594035ea3d6d18dce50e7fec8d32 (diff) | |
| download | meta-openembedded-bb896f6b6f92863e8f5c49e5a1f7d9bcb2578db0.tar.gz | |
php: sort PACKAGECONFIG options
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/php/php_8.4.5.bb | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.4.5.bb b/meta-oe/recipes-devtools/php/php_8.4.5.bb index cf4b756b85..7c7c425d3d 100644 --- a/meta-oe/recipes-devtools/php/php_8.4.5.bb +++ b/meta-oe/recipes-devtools/php/php_8.4.5.bb | |||
| @@ -92,27 +92,25 @@ PACKAGECONFIG ??= "mysql sqlite3 opcache openssl \ | |||
| 92 | " | 92 | " |
| 93 | PACKAGECONFIG:class-native = "" | 93 | PACKAGECONFIG:class-native = "" |
| 94 | 94 | ||
| 95 | PACKAGECONFIG[zip] = "--with-zip --with-zlib-dir=${STAGING_EXECPREFIXDIR},,libzip" | 95 | PACKAGECONFIG[apache2] = "--with-apxs2=${STAGING_BINDIR_CROSS}/apxs,,apache2-native apache2" |
| 96 | 96 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | |
| 97 | PACKAGECONFIG[mbregex] = "--enable-mbregex, --disable-mbregex, oniguruma" | ||
| 98 | PACKAGECONFIG[mbstring] = "--enable-mbstring,," | ||
| 97 | PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \ | 99 | PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \ |
| 98 | --with-pdo-mysql=mysqlnd \ | 100 | --with-pdo-mysql=mysqlnd \ |
| 99 | ,--without-mysqli --without-pdo-mysql \ | 101 | ,--without-mysqli --without-pdo-mysql \ |
| 100 | ,mysql5" | 102 | ,mysql5" |
| 101 | 103 | PACKAGECONFIG[opcache] = "--enable-opcache,--disable-opcache" | |
| 104 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl" | ||
| 105 | PACKAGECONFIG[pam] = ",,libpam" | ||
| 106 | PACKAGECONFIG[pgsql] = "--with-pgsql=${STAGING_DIR_TARGET}${exec_prefix},--without-pgsql,postgresql" | ||
| 107 | PACKAGECONFIG[soap] = "--enable-soap, --disable-soap, libxml2" | ||
| 102 | PACKAGECONFIG[sqlite3] = "--with-sqlite3=${STAGING_LIBDIR}/.. \ | 108 | PACKAGECONFIG[sqlite3] = "--with-sqlite3=${STAGING_LIBDIR}/.. \ |
| 103 | --with-pdo-sqlite=${STAGING_LIBDIR}/.. \ | 109 | --with-pdo-sqlite=${STAGING_LIBDIR}/.. \ |
| 104 | ,--without-sqlite3 --without-pdo-sqlite \ | 110 | ,--without-sqlite3 --without-pdo-sqlite \ |
| 105 | ,sqlite3" | 111 | ,sqlite3" |
| 106 | PACKAGECONFIG[pgsql] = "--with-pgsql=${STAGING_DIR_TARGET}${exec_prefix},--without-pgsql,postgresql" | ||
| 107 | PACKAGECONFIG[soap] = "--enable-soap, --disable-soap, libxml2" | ||
| 108 | PACKAGECONFIG[apache2] = "--with-apxs2=${STAGING_BINDIR_CROSS}/apxs,,apache2-native apache2" | ||
| 109 | PACKAGECONFIG[pam] = ",,libpam" | ||
| 110 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | ||
| 111 | PACKAGECONFIG[opcache] = "--enable-opcache,--disable-opcache" | ||
| 112 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl" | ||
| 113 | PACKAGECONFIG[valgrind] = "--with-valgrind=${STAGING_DIR_TARGET}/usr,--with-valgrind=no,valgrind" | 112 | PACKAGECONFIG[valgrind] = "--with-valgrind=${STAGING_DIR_TARGET}/usr,--with-valgrind=no,valgrind" |
| 114 | PACKAGECONFIG[mbregex] = "--enable-mbregex, --disable-mbregex, oniguruma" | 113 | PACKAGECONFIG[zip] = "--with-zip --with-zlib-dir=${STAGING_EXECPREFIXDIR},,libzip" |
| 115 | PACKAGECONFIG[mbstring] = "--enable-mbstring,," | ||
| 116 | 114 | ||
| 117 | export HOSTCC = "${BUILD_CC}" | 115 | export HOSTCC = "${BUILD_CC}" |
| 118 | export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}" | 116 | export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}" |
