All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe MacDonald <joe@deserted.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-networking][PATCH] stunnel: fix configure ssl parameter
Date: Thu, 24 Apr 2014 21:01:48 -0400	[thread overview]
Message-ID: <20140425010147.GG10115@deserted.net> (raw)
In-Reply-To: <1398242092-43050-1-git-send-email-javier.viguera@digi.com>

[-- Attachment #1: Type: text/plain, Size: 1438 bytes --]

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@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

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

      reply	other threads:[~2014-04-25  1:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-23  8:34 [meta-networking][PATCH] stunnel: fix configure ssl parameter Javier Viguera
2014-04-25  1:01 ` Joe MacDonald [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140425010147.GG10115@deserted.net \
    --to=joe@deserted.net \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.