From afa648aaff3aa76983f045063f8312a7475ed7e5 Mon Sep 17 00:00:00 2001 From: Lucio Andrés Illanes Albornoz Date: May 07 2019 14:30:03 +0000 Subject: vars/build.vars:gnutls:${PKG_CONFIGURE_ARGS_EXTRA}: configure w/o --with-default-priority-string="SECURE192:-VERS-ALL:+VERS-TLS1.2" (via midipix.) --- diff --git a/vars/build.vars b/vars/build.vars index 52bd263..193fe28 100644 --- a/vars/build.vars +++ b/vars/build.vars @@ -541,7 +541,7 @@ NATIVE_PACKAGES_DEPS_PYTHON="${PREFIX}/bin/python2"; : ${PKG_GNUTLS_SHA256SUM:=bb9acab8af2ac430edf45faaaa4ed2c51f86e57cb57689be6701aceef4732ca7}; : ${PKG_GNUTLS_VERSION:=3.6.6}; : ${PKG_GNUTLS_URL:=https://www.gnupg.org/ftp/gcrypt/gnutls/v${PKG_GNUTLS_VERSION%.*}/gnutls-${PKG_GNUTLS_VERSION}.tar.xz}; -: ${PKG_GNUTLS_CONFIGURE_ARGS_EXTRA:="--disable-ssl3-support --disable-ssl2-support --disable-cxx --enable-local-libopts --with-included-libtasn1 --without-p11-kit --disable-hardware-acceleration --with-default-priority-string="SECURE192:-VERS-ALL:+VERS-TLS1.2""}; +: ${PKG_GNUTLS_CONFIGURE_ARGS_EXTRA:="--disable-ssl3-support --disable-ssl2-support --disable-cxx --enable-local-libopts --with-included-libtasn1 --without-p11-kit --disable-hardware-acceleration"}; : ${PKG_GNUTLS_LIBTOOL:=slibtool-shared}; : ${PKG_CURL_SHA256SUM:=ef6e55192d04713673b4409ccbcb4cb6cd723137d6e10ca45b0c593a454e1720}; : ${PKG_CURL_VERSION:=7.61.0};