diff options
Diffstat (limited to 'community/chrpath')
-rw-r--r-- | community/chrpath/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/chrpath/PKGBUILD b/community/chrpath/PKGBUILD index c978d17a9..e608fc320 100644 --- a/community/chrpath/PKGBUILD +++ b/community/chrpath/PKGBUILD @@ -4,9 +4,9 @@ pkgname=chrpath pkgver=0.13 -pkgrel=3 +pkgrel=3.2 pkgdesc="Change or delete the rpath or runpath in ELF files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://directory.fsf.org/project/chrpath/" license=('GPL2') depends=('glibc') @@ -15,7 +15,7 @@ md5sums=('b73072a8fbba277558c50364b65bb407') build() { cd "${srcdir}"/$pkgname-$pkgver - ./configure --prefix=/usr --mandir=/usr/share/man + ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST make } |