On Tue, Jul 3, 2018 at 2:17 PM, Khem Raj <[email protected]> wrote: > On 7/3/18 2:20 AM, Ross Burton wrote: >> The PHP recipe depends on OpenSSL but support is disabled unless you pass >> --with-openssl. > > perhaps its better to turn it into a PACKAGECONFIG option while you are > at it
It looks like both versions of this patch got merged... so there's currently an unconditional --with-openssl in EXTRA_OECONF and a PACKAGECONFIG option too. >> >> Signed-off-by: Ross Burton <[email protected]> >> --- >> meta-oe/recipes-devtools/php/php.inc | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/meta-oe/recipes-devtools/php/php.inc >> b/meta-oe/recipes-devtools/php/php.inc >> index f262d60d15..258b20e68c 100644 >> --- a/meta-oe/recipes-devtools/php/php.inc >> +++ b/meta-oe/recipes-devtools/php/php.inc >> @@ -57,7 +57,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} \ >> + ${COMMON_EXTRA_OECONF} --with-openssl \ >> " >> >> CACHED_CONFIGUREVARS += "ac_cv_func_dlopen=yes ac_cv_lib_dl_dlopen=yes" >> > > > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
