From: Jan Palus Date: Tue, 15 Jun 2021 09:55:39 +0000 (+0000) Subject: remove install and lib_deps patches dropped from spec in b643730 X-Git-Tag: auto/th/corosync-2.4.6-1~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=c3cfa9ddf8f9418023d5e266c4cb7aba4765cc7a;p=packages%2Fcorosync.git remove install and lib_deps patches dropped from spec in b643730 --- diff --git a/corosync-install.patch b/corosync-install.patch deleted file mode 100644 index f9902c3..0000000 --- a/corosync-install.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -dur corosync-2.1.0.orig/configure.ac corosync-2.1.0/configure.ac ---- corosync-2.1.0.orig/configure.ac 2012-10-10 10:17:50.000000000 +0200 -+++ corosync-2.1.0/configure.ac 2012-10-25 08:59:49.000000000 +0200 -@@ -611,8 +611,8 @@ - AC_SUBST([SONAME]) - - AM_CONDITIONAL(INSTALL_TESTAGENTS, test -n "${enable_testagents}") - AM_CONDITIONAL(INSTALL_MIB, test "${do_snmp}" = "1") --AM_CONDITIONAL(INSTALL_DBUSCONF, test "${enable_dbus}" = "1") -+AM_CONDITIONAL(INSTALL_DBUSCONF, test "${enable_dbus}" = "yes") - AM_CONDITIONAL(AUGTOOL, test -n "${AUGTOOL}") - AC_SUBST([NSS_LDFLAGS]) - - diff --git a/corosync-lib_deps.patch b/corosync-lib_deps.patch deleted file mode 100644 index 0c2a36a..0000000 --- a/corosync-lib_deps.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -dur corosync-2.1.0.orig/exec/Makefile.am corosync-2.1.0/exec/Makefile.am ---- corosync-2.1.0.orig/exec/Makefile.am 2012-10-10 10:17:50.000000000 +0200 -+++ corosync-2.1.0/exec/Makefile.am 2012-10-25 08:49:37.000000000 +0200 -@@ -50,7 +50,7 @@ - libtotem_pg_la_SOURCES = $(TOTEM_SRC) - libtotem_pg_la_CFLAGS = $(nss_CFLAGS) $(rdmacm_CFLAGS) $(ibverbs_CFLAGS) - libtotem_pg_la_LDFLAGS = -version-number $(subst .,:,$(SONAME)) --libtotem_pg_la_LIBADD = -lpthread $(nss_LIBS) $(rdmacm_LIBS) $(ibverbs_LIBS) -+libtotem_pg_la_LIBADD = -lpthread $(LIBQB_LIBS) $(nss_LIBS) $(rdmacm_LIBS) $(ibverbs_LIBS) - - sbin_PROGRAMS = corosync - -Only in corosync-2.1.0/exec: Makefile.am~