From c34a7094e696a8656364f061bd2628d5997c0b28 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Wed, 17 Oct 2012 13:18:14 -0500 Subject: Enable posix-acl to carch != mips64el in aide --- community/aide/PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'community') diff --git a/community/aide/PKGBUILD b/community/aide/PKGBUILD index aec31a7da..7c7e425d7 100644 --- a/community/aide/PKGBUILD +++ b/community/aide/PKGBUILD @@ -20,6 +20,11 @@ md5sums=('d0b72535ff68b93a648e4d08b0ed7f07' build() { cd $srcdir/$pkgname-$pkgver + if [ "$CARCH" != "mips64el" ]; then + confflags="--with-posix-acl" + else + confflags="" + fi ./configure \ --prefix=/usr \ --sysconfdir=/etc \ @@ -27,7 +32,7 @@ build() { --with-prelink \ --with-xattr \ --with-zlib \ - --with-e2fsattrs + --with-e2fsattrs ${confflags} make } -- cgit v1.2.3-54-g00ecf