summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2015-07-27 14:53:08 +0100
committerAlasdair G Kergon <agk@redhat.com>2015-07-27 14:53:08 +0100
commitfa11ddd7df9cd29956cb2610d4a730980734b8c2 (patch)
tree0d074eb91b678fed6b0008365b24d6ebd8e108fe
parent3e333e9b5c0fcae2014dcb22f14d288b440b9576 (diff)
downloadlvm2-fa11ddd7df9cd29956cb2610d4a730980734b8c2.tar.gz
lvmlockd: Drop -lrt now handled by configure.
-rw-r--r--daemons/lvmlockd/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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