summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-12-17 08:53:21 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-22 23:42:46 +0000
commita5b15749d76727ce59d8bf7dea93a9cdadc55676 (patch)
tree6bc568aa3edc16f467907b406711ceb92f27510a /meta/recipes-support/gnutls
parentd2bb8bb1406ef1ca53539912a463bd518211110a (diff)
downloadopenembedded-core-a5b15749d76727ce59d8bf7dea93a9cdadc55676.tar.gz
gnutls: Link with libargp on musl and depend on argp-standalone
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-support/gnutls')
-rw-r--r--meta/recipes-support/gnutls/gnutls.inc2
1 files changed, 2 insertions, 0 deletions
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