From fa11ddd7df9cd29956cb2610d4a730980734b8c2 Mon Sep 17 00:00:00 2001 From: Alasdair G Kergon Date: Mon, 27 Jul 2015 14:53:08 +0100 Subject: [PATCH] lvmlockd: Drop -lrt now handled by configure. --- daemons/lvmlockd/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemons/lvmlockd/Makefile.in b/daemons/lvmlockd/Makefile.in index fed7c2223..a2aca301b 100644 --- a/daemons/lvmlockd/Makefile.in +++ b/daemons/lvmlockd/Makefile.in @@ -34,7 +34,7 @@ include $(top_builddir)/make.tmpl INCLUDES += -I$(top_srcdir)/libdaemon/server LVMLIBS = -ldaemonserver $(LVMINTERNAL_LIBS) -ldevmapper -LIBS += $(PTHREAD_LIBS) -lrt +LIBS += $(PTHREAD_LIBS) ifeq ("@BUILD_LOCKDSANLOCK@", "yes") LIBS += -lsanlock_client -- 2.43.5