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-Tag: 2011-1~1218 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c1357d465a72fb3c0250274eeaaecef773be38d2;p=openembedded-core.git gnutls: add --with-libdl-prefix and --with-libpthread-prefix 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 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() {