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-24 09:40:27 +0000
commit77825f8ae7656b185665e21c405015d2a052d2ed (patch)
tree2d781594666705a8d721a3ab1da1b901bae655b2 /meta/recipes-support/gnutls
parent1a6fe71e7ec2a65fe62332fa899363cf71ecc5f5 (diff)
downloadpoky-77825f8ae7656b185665e21c405015d2a052d2ed.tar.gz
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>
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"
2HOMEPAGE = "http://www.gnu.org/software/gnutls/" 2HOMEPAGE = "http://www.gnu.org/software/gnutls/"
3BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" 3BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls"
4DEPENDS = "nettle libidn" 4DEPENDS = "nettle libidn"
5DEPENDS_append_libc-musl = " argp-standalone "
5 6
6LICENSE = "GPLv3+ & LGPLv2.1+" 7LICENSE = "GPLv3+ & LGPLv2.1+"
7LICENSE_${PN} = "LGPLv2.1+" 8LICENSE_${PN} = "LGPLv2.1+"
@@ -28,6 +29,7 @@ EXTRA_OECONF="--disable-rpath \
28 --without-p11-kit \ 29 --without-p11-kit \
29 --enable-openssl-compatibility \ 30 --enable-openssl-compatibility \
30 " 31 "
32LDFLAGS_append_libc-musl = " -largp "
31 33
32do_configure_prepend() { 34do_configure_prepend() {
33 for dir in . lib; do 35 for dir in . lib; do