aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-03-23 20:23:06 +0300
committerCem Keylan <cem@ckyln.com>2021-03-23 20:24:08 +0300
commitf82f610cee384a8bb6b8943390590caa5bc3e732 (patch)
tree0ea3251357488fb4f80fd69603b64f740f5ea03d /community
parentfd21c2acfdd67b7df78db782a543005deb5b2b3e (diff)
downloadrepository-f82f610cee384a8bb6b8943390590caa5bc3e732.tar.gz
gnutls: build with p11-kit
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/gnutls/build3
-rw-r--r--community/gnutls/depends1
-rw-r--r--community/gnutls/version2
3 files changed, 3 insertions, 3 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
diff --git a/community/gnutls/depends b/community/gnutls/depends
index b34e98fd..9dafebcb 100644
--- a/community/gnutls/depends
+++ b/community/gnutls/depends
@@ -1 +1,2 @@
nettle
+p11-kit
diff --git a/community/gnutls/version b/community/gnutls/version
index 5121b72f..50c5c4bb 100644
--- a/community/gnutls/version
+++ b/community/gnutls/version
@@ -1 +1 @@
-3.6.15 1
+3.6.15 2