[systemd-devel] [PATCH] buildsys: test-util needs -lm for fabs()

Cristian Rodríguez crrodriguez at opensuse.org
Tue Nov 4 15:48:08 PST 2014


---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index ff5f61b..3686103 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1543,6 +1543,7 @@ test_util_SOURCES = \
 	src/test/test-util.c
 
 test_util_LDADD = \
+	-lm \
 	libsystemd-core.la
 
 test_uid_range_SOURCES = \
-- 
2.1.2



More information about the systemd-devel mailing list