From 3bfb2524f657b4d715951c7eeaf449e679ff0d8b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 13 Feb 2023 11:12:02 +0100 Subject: gnutls: bump to 3.8.0 --- extra/gnutls/build | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'extra/gnutls/build') diff --git a/extra/gnutls/build b/extra/gnutls/build index 2964f6c1..729426d0 100755 --- a/extra/gnutls/build +++ b/extra/gnutls/build @@ -7,7 +7,21 @@ --with-included-libtasn1 \ --with-included-unistring \ --disable-guile \ - --enable-static + --disable-static + +make +make DESTDIR="$1" install + +./configure \ + --prefix=/usr \ + --disable-nls \ + --with-nettle-mini \ + --with-included-libtasn1 \ + --with-included-unistring \ + --disable-guile \ + --enable-static \ + --disable-shared \ + --without-p11-kit make make DESTDIR="$1" install -- cgit v1.2.3