summaryrefslogtreecommitdiff
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorJoe Thornber <ejt@redhat.com>2018-06-01 19:18:36 +0100
committerJoe Thornber <ejt@redhat.com>2018-06-01 19:18:36 +0100
commit02c4901d893a1b833260a7cbb66b9ad285d7ce39 (patch)
tree58dd7e350da95a9742af22fac5a756b0e923ae09 /make.tmpl.in
parentc4497ee9e849d2d6c74412de21c6c3823d4de5f1 (diff)
downloadlvm2-02c4901d893a1b833260a7cbb66b9ad285d7ce39.tar.gz
build: get clvmd building again
Diffstat (limited to 'make.tmpl.in')
-rw-r--r--make.tmpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index ad927b001..16a857121 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -58,7 +58,7 @@ PYTHON3 = @PYTHON3@
PYCOMPILE = $(top_srcdir)/autoconf/py-compile
LIBS = @LIBS@
-LIBS += $(SELINUX_LIBS) $(UDEV_LIBS) $(BLKID_LIBS) $(RT_LIBS)
+LIBS += $(SELINUX_LIBS) $(UDEV_LIBS) $(BLKID_LIBS) $(RT_LIBS) -lm
# Extra libraries always linked with static binaries
STATIC_LIBS = $(SELINUX_LIBS) $(UDEV_LIBS) $(BLKID_LIBS)
DEFS += @DEFS@