From 77825f8ae7656b185665e21c405015d2a052d2ed Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 17 Dec 2015 08:53:21 +0000 Subject: gnutls: Link with libargp on musl and depend on argp-standalone (From OE-Core rev: a5b15749d76727ce59d8bf7dea93a9cdadc55676) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-support/gnutls/gnutls.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index c1ec1207df..5bcfc9c691 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc @@ -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 -- cgit v1.2.3-54-g00ecf