diff options
| -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 |
