summaryrefslogtreecommitdiff
path: root/community/prelink/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/prelink/PKGBUILD')
-rw-r--r--community/prelink/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/prelink/PKGBUILD b/community/prelink/PKGBUILD
index 34a04f8c1..fe4735011 100644
--- a/community/prelink/PKGBUILD
+++ b/community/prelink/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=prelink
pkgver=20111012
pkgrel=1
pkgdesc='ELF prelinking utility to speed up dynamic linking.'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url='http://people.redhat.com/jakub/prelink/'
license=('GPL')
depends=('elfutils')
@@ -24,7 +24,7 @@ build() {
patch -Np0 -i ../arch-x86_64-dynamic_linker.patch
- ./configure --prefix=/usr --mandir=/usr/share/man
+ ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST
make
}