]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnutls: add --with-libdl-prefix and --with-libpthread-prefix
authorMartin Jansa <martin.jansa@gmail.com>
Thu, 2 Jun 2011 11:00:06 +0000 (13:00 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jun 2011 13:52:56 +0000 (14:52 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/gnutls/gnutls.inc

index 9f8d81b3bbc24c953e0d1028182934034b672565..03aed6a9978580e18953d007bcfedd13a686a2d8 100644 (file)
@@ -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() {