diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-06-02 13:00:06 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-02 14:52:56 +0100 |
commit | c1357d465a72fb3c0250274eeaaecef773be38d2 (patch) | |
tree | 56ea31666ea714bdb4dd487e7e15caa5c3d570f6 /meta/recipes-support | |
parent | a0fd5d332da24a1830ee7bd1030cfb5af384bb1c (diff) | |
download | openembedded-core-c1357d465a72fb3c0250274eeaaecef773be38d2.tar.gz openembedded-core-c1357d465a72fb3c0250274eeaaecef773be38d2.tar.bz2 openembedded-core-c1357d465a72fb3c0250274eeaaecef773be38d2.zip |
gnutls: add --with-libdl-prefix and --with-libpthread-prefix
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | 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 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() { |