From 81b30a52e512ae4e661d8edb3f06046562235101 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 28 Feb 2015 09:17:28 +0100 Subject: [PATCH] libgcrypt: enable support for linux capabilities. --- srcpkgs/libgcrypt/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libgcrypt/template b/srcpkgs/libgcrypt/template index 1b1efc04903..492b5e77e31 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=1 +revision=2 build_style=gnu-configure -configure_args="--enable-static" -makedepends="libgpg-error-devel" +configure_args="--enable-static --with-capabilities" +makedepends="libcap-devel libgpg-error-devel" short_desc="GNU cryptographic library" maintainer="Juan RP " homepage="http://www.gnupg.org"