From: Khem Raj Date: Thu, 17 Dec 2015 08:53:21 +0000 (+0000) Subject: gnutls: Link with libargp on musl and depend on argp-standalone X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27486 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5b15749d76727ce59d8bf7dea93a9cdadc55676;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gnutls: Link with libargp on musl and depend on argp-standalone Signed-off-by: Khem Raj --- diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index c1ec1207df9..5bcfc9c691b 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