From 02c4901d893a1b833260a7cbb66b9ad285d7ce39 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Fri, 1 Jun 2018 19:18:36 +0100 Subject: build: get clvmd building again --- make.tmpl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make.tmpl.in') 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@ -- cgit v1.2.1