diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-05-21 18:28:40 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-05-21 18:28:40 -0300 |
commit | d9a89f3270e610fe34437c607c75ae9ec87479f7 (patch) | |
tree | b137f8d6fb2f6cc875e4ff70ff743efb31d7ced6 | |
parent | a38ee90c22abf5da6f7aedb507bac60188a8e7f7 (diff) | |
download | abslibre-d9a89f3270e610fe34437c607c75ae9ec87479f7.tar.gz abslibre-d9a89f3270e610fe34437c607c75ae9ec87479f7.tar.bz2 abslibre-d9a89f3270e610fe34437c607c75ae9ec87479f7.zip |
ha-heartbear: fixing pkg
-rw-r--r-- | pcr/ha-heartbeat/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pcr/ha-heartbeat/PKGBUILD b/pcr/ha-heartbeat/PKGBUILD index b8e065113..f913344a0 100644 --- a/pcr/ha-heartbeat/PKGBUILD +++ b/pcr/ha-heartbeat/PKGBUILD @@ -4,7 +4,7 @@ pkgname=ha-heartbeat _pkgname=${pkgname:3} pkgver=3.0.5 _pkgver=${pkgver::1}_${pkgver:2:1} -pkgrel=5 +pkgrel=6 pkgdesc='Daemon that provides cluster infrastructure services to its clients' arch=( i686 @@ -66,6 +66,7 @@ build() { setarch $CARCH ./configure --prefix=/usr\ --disable-fatal-warnings\ --enable-static=no\ + --enable-valgrind\ --libdir=/usr/lib\ --localstatedir=/var\ --sysconfdir=/etc |