aboutsummaryrefslogtreecommitdiff
path: root/extra/gnutls/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-02-13 11:12:02 +0100
committerCem Keylan <cem@ckyln.com>2023-02-13 11:12:02 +0100
commit3bfb2524f657b4d715951c7eeaf449e679ff0d8b (patch)
tree3e19765fe486218cefae60960243b1457db8cd03 /extra/gnutls/build
parent0d8a0f88501387ed958819d9f95668a52ad6535b (diff)
downloadrepository-3bfb2524f657b4d715951c7eeaf449e679ff0d8b.tar.gz
gnutls: bump to 3.8.0
Diffstat (limited to 'extra/gnutls/build')
-rwxr-xr-xextra/gnutls/build16
1 files changed, 15 insertions, 1 deletions
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