diff options
Diffstat (limited to 'extra/gnutls/build')
-rwxr-xr-x | extra/gnutls/build | 16 |
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 |