gnutls: Link with libuargp on uclibc

uclibc has its own implementation for libargp

(From OE-Core rev: 5aea684689662d8cb0387f7268e1e69fd4bf0122)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2015-12-29 01:19:33 +00:00 committed by Richard Purdie
parent 493e5572c8
commit 5384f08ace
1 changed files with 2 additions and 1 deletions

View File

@ -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