summaryrefslogtreecommitdiff
path: root/pcr/corosync
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-05-23 00:21:02 -0300
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-05-23 00:21:02 -0300
commit4dfc0fc269b35e554ce98f5a5eca7ca2f0c8946c (patch)
treedd75aeb1af6ef8a2b6392b6770d8dd4548af4f88 /pcr/corosync
parenta0d61c017005ba08619dcab6acffb534377092ea (diff)
corosync: fixing pkg
Diffstat (limited to 'pcr/corosync')
-rw-r--r--pcr/corosync/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/corosync/PKGBUILD b/pcr/corosync/PKGBUILD
index 0214f521e..e176cb112 100644
--- a/pcr/corosync/PKGBUILD
+++ b/pcr/corosync/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=corosync
_pkgflag=lts
pkgver=2.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='Cluster engine for nodal communication systems with additional features for implementing high availability within applications'
arch=(
i686
@@ -30,7 +30,7 @@ prepare() {
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr\
+ setarch $CARCH ./configure --prefix=/usr\
--datarootdir=/usr/share\
--disable-coverage\
--disable-fatal-warnings\