From cc03bdf3e5385286e5959ad3b2601f0f9bac837c9d7fe0e2d434f93525ac957d Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 21 Jan 2019 07:11:20 +0000 Subject: [PATCH] Accepting request 666221 from home:elvigia:branches:network:utilities - fix undefined reference to "ceil", some compiler versions do not optimize-out or inline ceil, but anyways libm is required. OBS-URL: https://build.opensuse.org/request/show/666221 OBS-URL: https://build.opensuse.org/package/show/network:utilities/traceroute?expand=0&rev=10 --- traceroute-autotools.patch | 2 +- traceroute.changes | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/traceroute-autotools.patch b/traceroute-autotools.patch index 1f5398f..397b2e8 100644 --- a/traceroute-autotools.patch +++ b/traceroute-autotools.patch @@ -19,7 +19,7 @@ Index: traceroute-2.1.0/Makefile.am + traceroute/mod-dccp.c traceroute/mod-raw.c traceroute/module.c traceroute/random.c + +traceroute_traceroute_LDFLAGS = -pie -+traceroute_traceroute_LDADD = libsupp.a ++traceroute_traceroute_LDADD = libsupp.a -lm \ No newline at end of file Index: traceroute-2.1.0/configure.ac =================================================================== diff --git a/traceroute.changes b/traceroute.changes index e9afb7b..984a01c 100644 --- a/traceroute.changes +++ b/traceroute.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 15 12:44:16 UTC 2019 - Cristian Rodríguez + +- fix undefined reference to "ceil", some compiler versions do + not optimize-out or inline ceil, but anyways libm is required. + ------------------------------------------------------------------- Tue Jan 8 15:02:56 UTC 2019 - Cristian Rodríguez