aboutsummaryrefslogtreecommitdiff
path: root/extra/nettle/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/nettle/build')
-rwxr-xr-xextra/nettle/build11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/nettle/build b/extra/nettle/build
new file mode 100755
index 00000000..32a77951
--- /dev/null
+++ b/extra/nettle/build
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --enable-shared \
+ --enable-static \
+ --enable-mini-gmp \
+ --disable-documentation
+
+make
+make DESTDIR="$1" install