gnutls: Link with libargp on musl and depend on argp-standalone

(From OE-Core rev: a5b15749d76727ce59d8bf7dea93a9cdadc55676)

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-17 08:53:21 +00:00 committed by Richard Purdie
parent 1a6fe71e7e
commit 77825f8ae7
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,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_append_libc-musl = " argp-standalone "
LICENSE = "GPLv3+ & LGPLv2.1+"
LICENSE_${PN} = "LGPLv2.1+"
@ -28,6 +29,7 @@ EXTRA_OECONF="--disable-rpath \
--without-p11-kit \
--enable-openssl-compatibility \
"
LDFLAGS_append_libc-musl = " -largp "
do_configure_prepend() {
for dir in . lib; do