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:55:57 +0100 |
commit | 65616abdcaf0f13139b24b542e4d613c23b99313 (patch) | |
tree | e4f5ec0f72c27f27817b4e0656b0828b94dd46dd /meta/recipes-support | |
parent | 77eef5ebc7bc5762cb5322e67c03ec8a1a74c162 (diff) | |
download | poky-65616abdcaf0f13139b24b542e4d613c23b99313.tar.gz |
gnutls: add --with-libdl-prefix and --with-libpthread-prefix
(From OE-Core rev: c1357d465a72fb3c0250274eeaaecef773be38d2)
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 | |||
22 | EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \ | 22 | EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \ |
23 | --with-libtasn1-prefix=${STAGING_DIR_HOST}${prefix} \ | 23 | --with-libtasn1-prefix=${STAGING_DIR_HOST}${prefix} \ |
24 | --with-libgcrypt --with-libgcrypt-prefix=${STAGING_DIR_HOST}${prefix} \ | 24 | --with-libgcrypt --with-libgcrypt-prefix=${STAGING_DIR_HOST}${prefix} \ |
25 | --with-libdl-prefix=${STAGING_DIR_HOST}${prefix} \ | ||
26 | --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ | ||
25 | --with-lzo --disable-guile \ | 27 | --with-lzo --disable-guile \ |
26 | " | 28 | " |
27 | do_configure_prepend() { | 29 | do_configure_prepend() { |