diff options
Diffstat (limited to 'extra/arj')
-rw-r--r-- | extra/arj/PKGBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/extra/arj/PKGBUILD b/extra/arj/PKGBUILD index 4f07f5617..720f63d5f 100644 --- a/extra/arj/PKGBUILD +++ b/extra/arj/PKGBUILD @@ -5,10 +5,10 @@ pkgname=arj pkgver=3.10.22 -pkgrel=7 +pkgrel=7.1 pkgdesc="Free and portable clone of the ARJ archiver" url="http://arj.sourceforge.net/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') options=('!makeflags') depends=('glibc') @@ -35,9 +35,7 @@ build() { cd gnu aclocal autoconf - rm -f config.{guess,sub} - cp /usr/share/automake-1.11/config.{guess,sub} . - ./configure --prefix=/usr + ./configure --prefix=/usr --build=$CHOST --host=$CHOST cd .. make prepare make |