[oe] [PATCH 3/4] php: actually enable openssl

Khem Raj raj.khem at gmail.com
Tue Jul 3 21:17:11 UTC 2018


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

> 
> Signed-off-by: Ross Burton <ross.burton at intel.com>
> ---
>  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"
> 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: OpenPGP digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20180703/7a27e775/attachment-0002.sig>


More information about the Openembedded-devel mailing list