diff options
Diffstat (limited to 'meta/recipes-support')
-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 cdcf85b251..820faf66e9 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "GNU Transport Layer Security Library" | 1 | DESCRIPTION = "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 = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap" | 4 | DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap readline" |
5 | 5 | ||
6 | INC_PR = "r3" | 6 | INC_PR = "r3" |
7 | 7 | ||
@@ -24,6 +24,7 @@ EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \ | |||
24 | --with-libgcrypt --with-libgcrypt-prefix=${STAGING_DIR_HOST}${prefix} \ | 24 | --with-libgcrypt --with-libgcrypt-prefix=${STAGING_DIR_HOST}${prefix} \ |
25 | --with-libdl-prefix=${STAGING_DIR_HOST}${prefix} \ | 25 | --with-libdl-prefix=${STAGING_DIR_HOST}${prefix} \ |
26 | --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ | 26 | --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ |
27 | --with-libreadline-prefix=${STAGING_DIR_HOST}${prefix} \ | ||
27 | --with-lzo --disable-guile \ | 28 | --with-lzo --disable-guile \ |
28 | --without-p11-kit \ | 29 | --without-p11-kit \ |
29 | " | 30 | " |