Revert "php: actually enable openssl"

This reverts commit ff33f477c7.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2018-09-04 16:51:24 -07:00
parent 277bd39c43
commit 2e07aa7804
+1 -1
View File
@@ -55,7 +55,7 @@ EXTRA_OECONF = "--enable-mbstring \
--with-config-file-path=${sysconfdir}/php/apache2-php${PHP_MAJOR_VERSION} \
${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', 'ac_cv_c_bigendian_php=no', 'ac_cv_c_bigendian_php=yes', d)} \
${@bb.utils.contains('PACKAGECONFIG', 'pam', '', 'ac_cv_lib_pam_pam_start=no', d)} \
${COMMON_EXTRA_OECONF} --with-openssl \
${COMMON_EXTRA_OECONF} \
"
CACHED_CONFIGUREVARS += "ac_cv_func_dlopen=yes ac_cv_lib_dl_dlopen=yes"