]> git.pld-linux.org Git - packages/corosync.git/blame - corosync-lib_deps.patch
- TODO describing why the release is to be fractional now
[packages/corosync.git] / corosync-lib_deps.patch
CommitLineData
5a02a01c
JK
1diff -dur -x '*~' corosync-2.0.1.orig/exec/Makefile.am corosync-2.0.1/exec/Makefile.am
2--- corosync-2.0.1.orig/exec/Makefile.am 2012-07-01 10:53:36.000000000 +0200
3+++ corosync-2.0.1/exec/Makefile.am 2012-07-01 10:55:31.786194954 +0200
4@@ -86,7 +86,7 @@
5 libtotem_pg.so.$(SONAME): $(TOTEM_OBJS)
6 $(CC) -shared -o $@ \
7 -Wl,-soname=libtotem_pg.so.$(SOMAJOR) \
8- $(LDFLAGS) $^ $(nss_LIBS) $(rdmacm_LIBS) $(ibverbs_LIBS) -lpthread $(LIBS)
9+ $(LDFLAGS) $^ $(nss_LIBS) $(rdmacm_LIBS) $(ibverbs_LIBS) $(LIBQB_LIBS) -lpthread $(LIBS)
10 ln -sf libtotem_pg.so.$(SONAME) libtotem_pg.so
11 ln -sf libtotem_pg.so.$(SONAME) libtotem_pg.so.$(SOMAJOR)
12
13diff -dur -x '*~' corosync-2.0.1.orig/lib/Makefile.am corosync-2.0.1/lib/Makefile.am
14--- corosync-2.0.1.orig/lib/Makefile.am 2012-05-22 08:51:00.000000000 +0200
15+++ corosync-2.0.1/lib/Makefile.am 2012-07-01 10:56:17.943172941 +0200
16@@ -55,7 +55,7 @@
17 libquorum_a_SOURCES = quorum.c
18 libvotequorum_a_SOURCES = votequorum.c
19 libcmap_a_SOURCES = cmap.c
20-SAM_LINKER_ADD = -L. -lquorum -lcmap
21+SAM_LINKER_ADD = -L. -lquorum -lcmap $(LIBQB_LIBS)
22 libsam_a_SOURCES = sam.c
23
24 noinst_HEADERS = util.h \
This page took 0.026303 seconds and 4 git commands to generate.