summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2016-12-05 03:12:49 -0700
committerBrian Bidulock2016-12-05 03:13:13 -0700
commit28921736b351619cd7e35c26bb00da6aa59de9a6 (patch)
treebc610e2b16c3386efaa55f40db3eedeb825d4363
parentdf2e36a70e65d9f2539c39a935c534d5dde5fb65 (diff)
downloadaur-28921736b351619cd7e35c26bb00da6aa59de9a6.tar.gz
version 2.4.1.r36.g4939c75-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99062ffa9671..aeb5ee2dd4a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = corosync-git
pkgdesc = Cluster engine for nodal communication systems with additional features for implementing high availability within applications.
pkgver = 2.4.1.r36.g4939c75
- pkgrel = 1
+ pkgrel = 2
url = http://www.corosync.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index bb04a2f98178..f38afe08c2a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: ovi chis <sonekken@gmail.com>
pkgname=corosync-git
pkgver=2.4.1.r36.g4939c75
-pkgrel=1
+pkgrel=2
pkgdesc="Cluster engine for nodal communication systems with additional features for implementing high availability within applications."
arch=('i686' 'x86_64')
url="http://www.corosync.org/"
@@ -30,11 +30,17 @@ build() {
--sysconfdir=/etc \
--libdir=/usr/lib \
--localstatedir=/var \
- --enable-systemd \
+ --enable-dbus \
--enable-monitoring \
+ --enable-watchdog \
+ --enable-systemd \
+ --disable-upstart \
--enable-snmp \
- --enable-dbus \
- --with-systemddir=/usr/lib/systemd/system
+ --enable-xmlconf \
+ --enable-qdevices \
+ --enable-qnetd \
+ --with-systemddir=/usr/lib/systemd/system \
+ --with-tmpfilesdir=/usr/lib/tmpfiles.d
make V=0
}