diff options
-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}" |