1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-31 14:50:37 +03:00

Fix clvmd Makefile to not overwrite LIBS from template definition

This commit is contained in:
Milan Broz 2010-03-16 08:47:46 +00:00
parent aab6f07d14
commit 83a2bc8ec4
2 changed files with 3 additions and 2 deletions

View File

@ -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
================================

View File

@ -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