summaryrefslogtreecommitdiff
path: root/extra/tsocks/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/tsocks/PKGBUILD')
-rw-r--r--extra/tsocks/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/tsocks/PKGBUILD b/extra/tsocks/PKGBUILD
index 6b5aec3f2..19bfbfbfd 100644
--- a/extra/tsocks/PKGBUILD
+++ b/extra/tsocks/PKGBUILD
@@ -7,13 +7,14 @@ pkgrel=6
pkgdesc='Transparent SOCKS proxying library'
url='http://tsocks.sourceforge.net/'
license=('GPL')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
sha1sums=('489f88c5df999ba21b27cdaa7836d9426d062aec')
build() {
cd "${srcdir}/${pkgname}-1.8"
- ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --libdir=/usr/lib
+ ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --libdir=/usr/lib \
+ --build=$CHOST --host=$CHOST
make
}