aboutsummaryrefslogtreecommitdiff
path: root/extra/gnutls/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-03-27 15:53:20 +0300
committerCem Keylan <cem@ckyln.com>2021-03-27 15:53:20 +0300
commit07bf9d29ed532468b918ea6d248b3e6438bfa2d3 (patch)
tree097113c9515c26c1d0ceec7f5bd575e5250b31ed /extra/gnutls/build
parent87af03df5e47384c554ae45b89d9961ce1c3b1f4 (diff)
parent290e8f62cca936133f7767e20c2def6bf992e243 (diff)
downloadrepository-07bf9d29ed532468b918ea6d248b3e6438bfa2d3.tar.gz
Merge branch 'master' into libressl
Diffstat (limited to 'extra/gnutls/build')
-rwxr-xr-xextra/gnutls/build12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/gnutls/build b/extra/gnutls/build
new file mode 100755
index 00000000..4958284a
--- /dev/null
+++ b/extra/gnutls/build
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --disable-nls \
+ --with-nettle-mini \
+ --with-included-libtasn1 \
+ --with-included-unistring \
+ --enable-static
+
+make
+make DESTDIR="$1" install