summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-12-29 01:19:33 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-24 09:40:27 +0000
commit5384f08ace4c895610f00bb4e1f79ee4aed27ad1 (patch)
treee535a08e01a9cb1216605aa451c0c018e2e24a11 /meta/recipes-support/gnutls
parent493e5572c855d60e7543d2389d8803605d67a618 (diff)
downloadpoky-5384f08ace4c895610f00bb4e1f79ee4aed27ad1.tar.gz
gnutls: Link with libuargp on uclibc
uclibc has its own implementation for libargp (From OE-Core rev: 5aea684689662d8cb0387f7268e1e69fd4bf0122) 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.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
index 5bcfc9c691..90597db6d4 100644
--- a/meta/recipes-support/gnutls/gnutls.inc
+++ b/meta/recipes-support/gnutls/gnutls.inc
@@ -1,7 +1,7 @@
1SUMMARY = "GNU Transport Layer Security Library" 1SUMMARY = "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 virtual/libiconv"
5DEPENDS_append_libc-musl = " argp-standalone " 5DEPENDS_append_libc-musl = " argp-standalone "
6 6
7LICENSE = "GPLv3+ & LGPLv2.1+" 7LICENSE = "GPLv3+ & LGPLv2.1+"
@@ -30,6 +30,7 @@ EXTRA_OECONF="--disable-rpath \
30 --enable-openssl-compatibility \ 30 --enable-openssl-compatibility \
31 " 31 "
32LDFLAGS_append_libc-musl = " -largp " 32LDFLAGS_append_libc-musl = " -largp "
33LDFLAGS_append_libc-uclibc = " -luargp "
33 34
34do_configure_prepend() { 35do_configure_prepend() {
35 for dir in . lib; do 36 for dir in . lib; do