summaryrefslogtreecommitdiff
path: root/community/osiris/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/osiris/PKGBUILD')
-rw-r--r--community/osiris/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/osiris/PKGBUILD b/community/osiris/PKGBUILD
index 163ed50ab..6345b3475 100644
--- a/community/osiris/PKGBUILD
+++ b/community/osiris/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=osiris
pkgver=4.2.3
pkgrel=7
pkgdesc="A file integrity management system"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://osiris.shmoo.com/"
license=('custom')
depends=('openssl' 'readline')
@@ -24,7 +24,7 @@ build() {
sed -i "s|/sbin|/bin|g" src/install/install.sh.in
- ./configure --prefix=/usr --sbindir=/usr/bin \
+ ./configure --prefix=/usr --sbindir=/usr/bin --build=$CHOST \
--enable-fancy-cli --with-md-root-dir=/usr/share/$pkgname
make all