[OE-core] [PATCH] gnutls: add --with-libdl-prefix and --with-libpthread-prefix

Richard Purdie richard.purdie at linuxfoundation.org
Thu Jun 2 13:53:09 UTC 2011


On Thu, 2011-06-02 at 13:00 +0200, Martin Jansa wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> ---
>  meta/recipes-support/gnutls/gnutls.inc |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
> index 9f8d81b..03aed6a 100644
> --- a/meta/recipes-support/gnutls/gnutls.inc
> +++ b/meta/recipes-support/gnutls/gnutls.inc
> @@ -22,6 +22,8 @@ inherit autotools binconfig pkgconfig gettext
>  EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \
>                --with-libtasn1-prefix=${STAGING_DIR_HOST}${prefix} \
>                --with-libgcrypt --with-libgcrypt-prefix=${STAGING_DIR_HOST}${prefix} \
> +              --with-libdl-prefix=${STAGING_DIR_HOST}${prefix} \
> +              --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \
>                --with-lzo --disable-guile \
>                "
>  do_configure_prepend() {

Merged to master, thanks.

Richard





More information about the Openembedded-core mailing list