diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-12-29 01:19:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-22 23:42:47 +0000 |
commit | 5aea684689662d8cb0387f7268e1e69fd4bf0122 (patch) | |
tree | e28ea435165bce117af8c9333e56ef68cd088436 /meta/recipes-support | |
parent | e00dbd3863bebab02bb3e0c51bfc24a3079585d0 (diff) | |
download | openembedded-core-5aea684689662d8cb0387f7268e1e69fd4bf0122.tar.gz openembedded-core-5aea684689662d8cb0387f7268e1e69fd4bf0122.tar.bz2 openembedded-core-5aea684689662d8cb0387f7268e1e69fd4bf0122.zip |
gnutls: Link with libuargp on uclibc
uclibc has its own implementation for libargp
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 5bcfc9c691..90597db6d4 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc @@ -1,7 +1,7 @@ SUMMARY = "GNU Transport Layer Security Library" HOMEPAGE = "http://www.gnu.org/software/gnutls/" BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" -DEPENDS = "nettle libidn" +DEPENDS = "nettle libidn virtual/libiconv" DEPENDS_append_libc-musl = " argp-standalone " LICENSE = "GPLv3+ & LGPLv2.1+" @@ -30,6 +30,7 @@ EXTRA_OECONF="--disable-rpath \ --enable-openssl-compatibility \ " LDFLAGS_append_libc-musl = " -largp " +LDFLAGS_append_libc-uclibc = " -luargp " do_configure_prepend() { for dir in . lib; do |