[systemd-devel] [PATCH] buildsys: test-util needs -lm for fabs()
David Herrmann
dh.herrmann at gmail.com
Wed Nov 5 03:49:21 PST 2014
Hi
On Wed, Nov 5, 2014 at 12:48 AM, Cristian RodrÃguez
<crrodriguez at 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
> @@ -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
>
> _______________________________________________
> systemd-devel mailing list
> systemd-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel
More information about the systemd-devel
mailing list