diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/corosync/PKGBUILD | 4 |
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\ |