mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
build: gcc can be fussy about order of libs
This commit is contained in:
parent
6e12a33292
commit
37366ec3b0
@ -45,7 +45,7 @@ LIBS += $(RT_LIBS) $(DAEMON_LIBS) $(PTHREAD_LIBS)
|
|||||||
|
|
||||||
ifeq ($(USE_SD_NOTIFY),yes)
|
ifeq ($(USE_SD_NOTIFY),yes)
|
||||||
CFLAGS += $(shell pkg-config --cflags libsystemd) -DUSE_SD_NOTIFY
|
CFLAGS += $(shell pkg-config --cflags libsystemd) -DUSE_SD_NOTIFY
|
||||||
LDFLAGS += $(shell pkg-config --libs libsystemd)
|
LIBS += $(shell pkg-config --libs libsystemd)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
lvmlockd: $(OBJECTS) $(top_builddir)/libdaemon/client/libdaemonclient.a \
|
lvmlockd: $(OBJECTS) $(top_builddir)/libdaemon/client/libdaemonclient.a \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user