diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-29 13:14:18 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-29 13:14:18 -0300 |
commit | 47b6ee356cd0338ecc009a1e3e8a186624ce8f6b (patch) | |
tree | 6954722c200ad3792e5b8c4bf260ad147f0d83a1 /core/attr/PKGBUILD | |
parent | 14639139995b89c76587e64d4b7389060335b5bf (diff) |
core update
Diffstat (limited to 'core/attr/PKGBUILD')
-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 |