diff options
author | Cem Keylan <cem@ckyln.com> | 2021-03-23 20:23:06 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-03-23 20:24:08 +0300 |
commit | f82f610cee384a8bb6b8943390590caa5bc3e732 (patch) | |
tree | 0ea3251357488fb4f80fd69603b64f740f5ea03d /community/gnutls/build | |
parent | fd21c2acfdd67b7df78db782a543005deb5b2b3e (diff) | |
download | repository-f82f610cee384a8bb6b8943390590caa5bc3e732.tar.gz |
gnutls: build with p11-kit
Diffstat (limited to 'community/gnutls/build')
-rwxr-xr-x | community/gnutls/build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/gnutls/build b/community/gnutls/build index 52f527ae..4958284a 100755 --- a/community/gnutls/build +++ b/community/gnutls/build @@ -6,8 +6,7 @@ --with-nettle-mini \ --with-included-libtasn1 \ --with-included-unistring \ - --enable-static \ - --without-p11-kit + --enable-static make make DESTDIR="$1" install |