[oe] [meta-networking][PATCH] stunnel: fix configure ssl parameter

Joe MacDonald joe at deserted.net
Fri Apr 25 01:01:48 UTC 2014


Merged, thanks.
-J.

[[oe] [meta-networking][PATCH] stunnel: fix configure ssl parameter] On 14.04.23 (Wed 10:34) Javier Viguera wrote:

> '--with-ssl=DIR' configure parameter expects the location of the
> libraries and include files in the sysroot. This means the directory
> containing the 'lib' and 'include' subdirectories, not the include
> directory itself.
> 
> This fixes an error at configure time:
> 
> checking
> <local-path>/tmp/sysroots/ccimx6adpt/usr/include/include/openssl/engine.h
> usability... no
> 
> (notice duplicated include entry in above line)
> 
> Signed-off-by: Javier Viguera <javier.viguera at digi.com>
> ---
> 
> Notes:
>     To backport to Dora as well.
> 
>  meta-networking/recipes-support/stunnel/stunnel_4.56.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
> index 086d0b7aafea..938f043a9d97 100644
> --- a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
> +++ b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
> @@ -12,4 +12,4 @@ SRC_URI[sha256sum] = "9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c
>  
>  inherit autotools
>  
> -EXTRA_OECONF += "--with-ssl='${STAGING_INCDIR}' --disable-fips"
> +EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"
-- 
-Joe MacDonald.
:wq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20140424/e2a504df/attachment-0002.sig>


More information about the Openembedded-devel mailing list