diff options
Diffstat (limited to 'community/gnutls/build')
-rwxr-xr-x | community/gnutls/build | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/gnutls/build b/community/gnutls/build deleted file mode 100755 index 52f527ae..00000000 --- a/community/gnutls/build +++ /dev/null @@ -1,13 +0,0 @@ -#!/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 |