From 65616abdcaf0f13139b24b542e4d613c23b99313 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 2 Jun 2011 13:00:06 +0200 Subject: gnutls: add --with-libdl-prefix and --with-libpthread-prefix (From OE-Core rev: c1357d465a72fb3c0250274eeaaecef773be38d2) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-support/gnutls/gnutls.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-support/gnutls') diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 9f8d81b3bb..03aed6a997 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() { -- cgit v1.2.3-54-g00ecf