summaryrefslogtreecommitdiffstats
path: root/abs/core/gnutls
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/gnutls')
-rw-r--r--abs/core/gnutls/PKGBUILD1
-rw-r--r--abs/core/gnutls/__changelog1
2 files changed, 2 insertions, 0 deletions
diff --git a/abs/core/gnutls/PKGBUILD b/abs/core/gnutls/PKGBUILD
index ec3af09..307d02c 100644
--- a/abs/core/gnutls/PKGBUILD
+++ b/abs/core/gnutls/PKGBUILD
@@ -31,6 +31,7 @@ build() {
--with-zlib \
--disable-static \
--without-idn \
+ --enable-openssl-compatibility \
--enable-guile --with-guile-site-dir=no \
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
make
diff --git a/abs/core/gnutls/__changelog b/abs/core/gnutls/__changelog
new file mode 100644
index 0000000..dd23d1e
--- /dev/null
+++ b/abs/core/gnutls/__changelog
@@ -0,0 +1 @@
+- PKGBUILD: add --enable-openssl-compatibility