From 165075af2f3e88237a650cce1059c58aa293fbd3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 10 Jun 2015 11:19:07 +0200 Subject: [PATCH] libgcrypt: disable capabilities support to unbreak vpnc and others. Close #1797 --- srcpkgs/libgcrypt/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libgcrypt/template b/srcpkgs/libgcrypt/template index 9fe6ddc7019..521734174cf 100644 --- a/srcpkgs/libgcrypt/template +++ b/srcpkgs/libgcrypt/template @@ -1,10 +1,10 @@ # Template build file for 'libgcrypt'. pkgname=libgcrypt version=1.6.3 -revision=2 +revision=3 build_style=gnu-configure -configure_args="--enable-static --with-capabilities" -makedepends="libcap-devel libgpg-error-devel" +configure_args="--enable-static --without-capabilities" +makedepends="libgpg-error-devel" short_desc="GNU cryptographic library" maintainer="Juan RP " homepage="http://www.gnupg.org"