summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37afa68382f2..2276768d4411 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Jun 9 02:09:55 UTC 2016
pkgbase = lib32-orbit2
pkgdesc = Thin/fast CORBA ORB (32 bit)
pkgver = 2.14.19
- pkgrel = 5
+ pkgrel = 6
url = http://www.gnome.org
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index dbc22cc41bfb..8b4c2d22364f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=lib32-orbit2
pkgver=2.14.19
-pkgrel=5
+pkgrel=6
pkgdesc="Thin/fast CORBA ORB (32 bit)"
arch=('x86_64')
url="http://www.gnome.org"
@@ -30,7 +30,7 @@ build() {
automake
./configure --prefix=/usr --libdir=/usr/lib32 --libexecdir=/usr/lib32 \
- --disable-static --enable-shared CC='gcc -m32' \
+ --disable-static --enable-shared CC='gcc' CFLAGS='-m32' PKG_CONFIG_PATH='/usr/lib32/pkgconfig/'\
--with-idl-compiler=/usr/bin/orbit-idl-2
make
}