From: Martin Jansa Date: Thu, 2 Jun 2011 11:00:06 +0000 (+0200) Subject: gnutls: add --with-libdl-prefix and --with-libpthread-prefix X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65616abdcaf0f13139b24b542e4d613c23b99313;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gnutls: add --with-libdl-prefix and --with-libpthread-prefix (From OE-Core rev: c1357d465a72fb3c0250274eeaaecef773be38d2) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 9f8d81b3bbc..03aed6a9978 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() {