summaryrefslogtreecommitdiff
path: root/community/omniorb/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/omniorb/PKGBUILD')
-rw-r--r--community/omniorb/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/omniorb/PKGBUILD b/community/omniorb/PKGBUILD
index 0102fb639..81e07273c 100644
--- a/community/omniorb/PKGBUILD
+++ b/community/omniorb/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=omniorb
pkgver=4.1.6
pkgrel=1
pkgdesc="A CORBA object request broker for C++ and Python."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://omniorb.sourceforge.net/"
license=('GPL2' 'LGPL2')
depends=('gcc-libs' 'python2' 'openssl')
@@ -29,7 +29,7 @@ build() {
src/lib/omniORB/orbcore/ssl/sslContext.cc \
include/omniORB4/sslContext.h
./configure --prefix=/usr --with-omniORB-config=/etc/omniorb/omniORB.cfg \
- --with-omniNames-logdir=/var/log/omniORB --with-openssl=/usr
+ --with-omniNames-logdir=/var/log/omniORB --with-openssl=/usr --build=$CHOST
make
}
package(){