[oe-commits] Martin Jansa : gnutls: add --with-libdl-prefix and --with-libpthread-prefix

git version control git at git.openembedded.org
Thu Jun 2 13:57:20 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: c1357d465a72fb3c0250274eeaaecef773be38d2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c1357d465a72fb3c0250274eeaaecef773be38d2

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Thu Jun  2 13:00:06 2011 +0200

gnutls: add --with-libdl-prefix and --with-libpthread-prefix

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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() {





More information about the Openembedded-commits mailing list