diff options
Diffstat (limited to 'extra/fam/PKGBUILD')
-rw-r--r-- | extra/fam/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/fam/PKGBUILD b/extra/fam/PKGBUILD index 1b4bf6abe..295b69dfe 100644 --- a/extra/fam/PKGBUILD +++ b/extra/fam/PKGBUILD @@ -7,7 +7,7 @@ pkgname=fam pkgver=2.7.0 pkgrel=15 pkgdesc="File Alteration Monitor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL' 'GPL') depends=('rpcbind' 'gcc-libs' 'bash') url="http://oss.sgi.com/projects/fam/" @@ -41,7 +41,7 @@ build() { autoconf libtoolize --copy --force - ./configure --prefix=/usr --sysconfdir=/etc/fam + ./configure --build=$CHOST --prefix=/usr --sysconfdir=/etc/fam make } |