diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-12-17 08:53:21 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-24 09:40:27 +0000 |
commit | 77825f8ae7656b185665e21c405015d2a052d2ed (patch) | |
tree | 2d781594666705a8d721a3ab1da1b901bae655b2 /meta/recipes-support/gnutls/gnutls.inc | |
parent | 1a6fe71e7ec2a65fe62332fa899363cf71ecc5f5 (diff) | |
download | poky-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/gnutls.inc')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 2 |
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" | |||
2 | HOMEPAGE = "http://www.gnu.org/software/gnutls/" | 2 | HOMEPAGE = "http://www.gnu.org/software/gnutls/" |
3 | BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" | 3 | BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" |
4 | DEPENDS = "nettle libidn" | 4 | DEPENDS = "nettle libidn" |
5 | DEPENDS_append_libc-musl = " argp-standalone " | ||
5 | 6 | ||
6 | LICENSE = "GPLv3+ & LGPLv2.1+" | 7 | LICENSE = "GPLv3+ & LGPLv2.1+" |
7 | LICENSE_${PN} = "LGPLv2.1+" | 8 | LICENSE_${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 | " |
32 | LDFLAGS_append_libc-musl = " -largp " | ||
31 | 33 | ||
32 | do_configure_prepend() { | 34 | do_configure_prepend() { |
33 | for dir in . lib; do | 35 | for dir in . lib; do |