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

2014-11-05 Thread David Herrmann
Hi On Wed, Nov 5, 2014 at 12:48 AM, Cristian Rodríguez crrodrig...@opensuse.org wrote: --- Makefile.am | 1 + 1 file changed, 1 insertion(+) Looks good, applied! Thanks David diff --git a/Makefile.am b/Makefile.am index ff5f61b..3686103 100644 --- a/Makefile.am +++ b/Makefile.am @@

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

2014-11-04 Thread Cristian Rodríguez
--- 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