diff options
Diffstat (limited to 'core/attr')
-rw-r--r-- | core/attr/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/attr/PKGBUILD b/core/attr/PKGBUILD index 30f3ad81a..1df0d7b06 100644 --- a/core/attr/PKGBUILD +++ b/core/attr/PKGBUILD @@ -4,7 +4,7 @@ pkgname=attr pkgver=2.4.46 pkgrel=1 pkgdesc="Extended attribute support library for ACL support" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://savannah.nongnu.org/projects/attr" license=('LGPL') depends=('glibc') @@ -26,6 +26,7 @@ build() { package() { cd "${srcdir}"/${pkgname}-${pkgver} + export CFLAGS+="-Wparentheses" make DIST_ROOT="${pkgdir}" install install-lib install-dev |