summaryrefslogtreecommitdiffstats
path: root/recipes-support/gnutls/gnutls.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/gnutls/gnutls.inc')
-rw-r--r--recipes-support/gnutls/gnutls.inc9
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes-support/gnutls/gnutls.inc b/recipes-support/gnutls/gnutls.inc
index 4a5c3df..4cf375f 100644
--- a/recipes-support/gnutls/gnutls.inc
+++ b/recipes-support/gnutls/gnutls.inc
@@ -8,9 +8,8 @@ LICENSE_${PN}-xx = "LGPLv2.1+"
8LICENSE_${PN}-bin = "GPLv3+" 8LICENSE_${PN}-bin = "GPLv3+"
9LICENSE_${PN}-openssl = "GPLv3+" 9LICENSE_${PN}-openssl = "GPLv3+"
10 10
11LIC_FILES_CHKSUM = "file://LICENSE;md5=71391c8e0c1cfe68077e7fce3b586283 \ 11LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
12 file://doc/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 12 file://COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343"
13 file://doc/COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343"
14 13
15DEPENDS = "nettle gmp virtual/libiconv" 14DEPENDS = "nettle gmp virtual/libiconv"
16DEPENDS_append_libc-musl = " argp-standalone" 15DEPENDS_append_libc-musl = " argp-standalone"
@@ -21,9 +20,8 @@ SRC_URI = "ftp://ftp.gnutls.org/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar.xz"
21 20
22inherit autotools texinfo binconfig pkgconfig gettext lib_package gtk-doc 21inherit autotools texinfo binconfig pkgconfig gettext lib_package gtk-doc
23 22
24PACKAGECONFIG ??= "libidn zlib" 23PACKAGECONFIG ??= "zlib"
25 24
26PACKAGECONFIG[libidn] = "--with-idn,--without-idn,libidn"
27PACKAGECONFIG[libtasn1] = "--with-included-libtasn1=no,--with-included-libtasn1,libtasn1" 25PACKAGECONFIG[libtasn1] = "--with-included-libtasn1=no,--with-included-libtasn1,libtasn1"
28PACKAGECONFIG[p11-kit] = "--with-p11-kit,--without-p11-kit,p11-kit" 26PACKAGECONFIG[p11-kit] = "--with-p11-kit,--without-p11-kit,p11-kit"
29PACKAGECONFIG[tpm] = "--with-tpm,--without-tpm,trousers" 27PACKAGECONFIG[tpm] = "--with-tpm,--without-tpm,trousers"
@@ -31,6 +29,7 @@ PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
31 29
32EXTRA_OECONF = " \ 30EXTRA_OECONF = " \
33 --enable-doc \ 31 --enable-doc \
32 --disable-crywrap \
34 --disable-libdane \ 33 --disable-libdane \
35 --disable-guile \ 34 --disable-guile \
36 --disable-rpath \ 35 --disable-rpath \