diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-05-23 00:21:02 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-05-23 00:21:02 -0300 |
commit | 4dfc0fc269b35e554ce98f5a5eca7ca2f0c8946c (patch) | |
tree | dd75aeb1af6ef8a2b6392b6770d8dd4548af4f88 /pcr | |
parent | a0d61c017005ba08619dcab6acffb534377092ea (diff) | |
download | abslibre-4dfc0fc269b35e554ce98f5a5eca7ca2f0c8946c.tar.gz abslibre-4dfc0fc269b35e554ce98f5a5eca7ca2f0c8946c.tar.bz2 abslibre-4dfc0fc269b35e554ce98f5a5eca7ca2f0c8946c.zip |
corosync: fixing pkg
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\ |