1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +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 75b8a10e4a
commit ec7a713558
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