mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
makefile: fixes build for older system
With older gcc - we need to resolve symbols linked with devmapper-event that is now using -ldevmapper. Also add forgotten systemd library needed for dbus notification.
This commit is contained in:
parent
94237354dd
commit
5db56b36f1
@ -89,7 +89,7 @@ ifeq ("@STATIC_LINK@", "yes")
|
||||
INSTALL_CMDLIB_TARGETS += install_cmdlib_static
|
||||
endif
|
||||
|
||||
LVMLIBS = $(LIBS) -laio
|
||||
LVMLIBS = $(SYSTEMD_LIBS) -L$(top_builddir)/libdm -ldevmapper $(LIBS) -laio
|
||||
LIB_VERSION = $(LIB_VERSION_LVM)
|
||||
INCLUDES = -I$(top_builddir)/tools
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user