summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/php/php.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc
index 066b97cd26..9eacabe03e 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -5,8 +5,7 @@ SECTION = "console/network"
5LICENSE = "PHP-3.0" 5LICENSE = "PHP-3.0"
6 6
7BBCLASSEXTEND = "native" 7BBCLASSEXTEND = "native"
8DEPENDS = "zlib bzip2 libxml2 virtual/libiconv php-native lemon-native \ 8DEPENDS = "zlib bzip2 libxml2 virtual/libiconv php-native lemon-native"
9 openssl"
10DEPENDS_class-native = "zlib-native libxml2-native" 9DEPENDS_class-native = "zlib-native libxml2-native"
11 10
12PHP_MAJOR_VERSION = "${@d.getVar('PV', True).split('.')[0]}" 11PHP_MAJOR_VERSION = "${@d.getVar('PV', True).split('.')[0]}"
@@ -67,7 +66,7 @@ EXTRA_OECONF_class-native = " \
67 ${COMMON_EXTRA_OECONF} \ 66 ${COMMON_EXTRA_OECONF} \
68" 67"
69 68
70PACKAGECONFIG ??= "mysql sqlite3 imap opcache \ 69PACKAGECONFIG ??= "mysql sqlite3 imap opcache openssl \
71 ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 pam', d)} \ 70 ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 pam', d)} \
72" 71"
73PACKAGECONFIG_class-native = "" 72PACKAGECONFIG_class-native = ""
@@ -91,7 +90,8 @@ PACKAGECONFIG[imap] = "--with-imap=${STAGING_DIR_HOST} \
91 ,--without-imap --without-imap-ssl \ 90 ,--without-imap --without-imap-ssl \
92 ,uw-imap" 91 ,uw-imap"
93PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," 92PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
94PACKAGECONFIG[opcache] = ",--disable-opcache" 93PACKAGECONFIG[opcache] = "--enable-opcache,--disable-opcache"
94PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl"
95 95
96export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}" 96export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}"
97export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php" 97export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php"