From 83a2bc8ec4e96f1eafe951682bdb668ed53d2e04 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Tue, 16 Mar 2010 08:47:46 +0000 Subject: [PATCH] Fix clvmd Makefile to not overwrite LIBS from template definition --- WHATS_NEW | 1 + daemons/clvmd/Makefile.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/WHATS_NEW b/WHATS_NEW index 0a7c08a08..0350858e4 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.02.63 - ================================ + Fix clvmd Makefile to not overwrite LIBS from template definition. Version 2.02.62 - 9th March 2010 ================================ diff --git a/daemons/clvmd/Makefile.in b/daemons/clvmd/Makefile.in index 16ba0b891..b9f4181f0 100644 --- a/daemons/clvmd/Makefile.in +++ b/daemons/clvmd/Makefile.in @@ -81,14 +81,14 @@ ifeq ("@DMEVENTD@", "yes") LVMLIBS += -ldevmapper-event endif +include $(top_builddir)/make.tmpl + LVMLIBS += -ldevmapper LIBS += $(PTHREAD_LIBS) DEFS += -D_REENTRANT CFLAGS += -fno-strict-aliasing -include $(top_builddir)/make.tmpl - INSTALL_TARGETS = \ install_clvmd -- 2.43.5