summaryrefslogtreecommitdiff
path: root/extra/wipe/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/wipe/PKGBUILD')
-rw-r--r--extra/wipe/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/wipe/PKGBUILD b/extra/wipe/PKGBUILD
index 505bef1b1..c51bcfa2e 100644
--- a/extra/wipe/PKGBUILD
+++ b/extra/wipe/PKGBUILD
@@ -17,8 +17,9 @@ md5sums=('3aed00711e0490edbec115bc283b8544')
build() {
cd $srcdir/$pkgname-$pkgver
+ [ "$CARCH" = "mips64el" ] && extra="--build=$CHOST --host=$CHOST --target=$CHOST"
./configure --prefix=/usr \
- --mandir=/usr/share/man
+ --mandir=/usr/share/man $extra
make
}