diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 3 |
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 @@ | |||
1 | SUMMARY = "GNU Transport Layer Security Library" | 1 | 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 virtual/libiconv" |
5 | DEPENDS_append_libc-musl = " argp-standalone " | 5 | DEPENDS_append_libc-musl = " argp-standalone " |
6 | 6 | ||
7 | LICENSE = "GPLv3+ & LGPLv2.1+" | 7 | LICENSE = "GPLv3+ & LGPLv2.1+" |
@@ -30,6 +30,7 @@ EXTRA_OECONF="--disable-rpath \ | |||
30 | --enable-openssl-compatibility \ | 30 | --enable-openssl-compatibility \ |
31 | " | 31 | " |
32 | LDFLAGS_append_libc-musl = " -largp " | 32 | LDFLAGS_append_libc-musl = " -largp " |
33 | LDFLAGS_append_libc-uclibc = " -luargp " | ||
33 | 34 | ||
34 | do_configure_prepend() { | 35 | do_configure_prepend() { |
35 | for dir in . lib; do | 36 | for dir in . lib; do |