]> git.armaanb.net Git - asd-repo.git/blobdiff - junk/gnutls/build
Switch browser to Chromium
[asd-repo.git] / junk / gnutls / build
diff --git a/junk/gnutls/build b/junk/gnutls/build
new file mode 100755 (executable)
index 0000000..52f527a
--- /dev/null
@@ -0,0 +1,13 @@
+#!/bin/sh -e
+
+./configure \
+    --prefix=/usr \
+    --disable-nls \
+    --with-nettle-mini \
+    --with-included-libtasn1 \
+    --with-included-unistring \
+    --enable-static \
+    --without-p11-kit
+
+make
+make DESTDIR="$1" install