From 425fbadbc504c7108453bf08f7d99ef36f6124b1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 18 Oct 2013 10:48:23 +0200 Subject: [PATCH] chroot-tar: explicitly disable acl support. --- srcpkgs/chroot-tar/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/chroot-tar/template b/srcpkgs/chroot-tar/template index de0d7755ff1..f12567cf547 100644 --- a/srcpkgs/chroot-tar/template +++ b/srcpkgs/chroot-tar/template @@ -1,9 +1,10 @@ # Template build file for 'chroot-tar'. pkgname=chroot-tar version=1.27 -revision=1 +revision=2 wrksrc="tar-${version}" build_style=gnu-configure +configure_args="--disable-acl" homepage="http://www.gnu.org/software/tar/" license="GPL-3" short_desc="The GNU tape archiver -- for xbps-src use"