]> git.pld-linux.org Git - packages/corosync.git/blame - corosync-install.patch
- TODO describing why the release is to be fractional now
[packages/corosync.git] / corosync-install.patch
CommitLineData
5a02a01c
JK
1--- corosync-2.0.1.orig/configure.ac 2012-05-22 08:52:01.000000000 +0200
2+++ corosync-2.0.1/configure.ac 2012-07-01 11:05:47.160318795 +0200
3@@ -601,8 +601,8 @@
4
5 AC_SUBST([OS_LDL])
6 AM_CONDITIONAL(INSTALL_TESTAGENTS, test -n "${enable_testagents}")
7 AM_CONDITIONAL(INSTALL_MIB, test "${enable_snmp}" = "1")
8-AM_CONDITIONAL(INSTALL_DBUSCONF, test "${enable_dbus}" = "1")
9+AM_CONDITIONAL(INSTALL_DBUSCONF, test "${enable_dbus}" = "yes")
10 AM_CONDITIONAL(AUGTOOL, test -n "${AUGTOOL}")
11 AC_SUBST([NSS_LDFLAGS])
12
13--- corosync-2.0.1.orig/init/Makefile.am 2012-05-22 08:52:01.000000000 +0200
14+++ corosync-2.0.1/init/Makefile.am 2012-07-01 11:11:22.512547818 +0200
15@@ -39,10 +39,8 @@
16 if INSTALL_SYSTEMD
17 systemdconfdir = $(SYSTEMDDIR)
18 systemdconf_DATA = corosync.service corosync-notifyd.service
19-initscriptdir = $(INITWRAPPERSDIR)
20-else
21-initscriptdir = $(INITDDIR)
22 endif
23+initscriptdir = $(INITDDIR)
24 initscript_SCRIPTS = corosync corosync-notifyd
25
26 %: %.in Makefile
This page took 0.054132 seconds and 4 git commands to generate.