Wireshark-commits: [Wireshark-commits] master 0284e87: Consistently put -lm at the end of library l
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0284e87bea177188343d3ce9ebdfe2ec0d4044b7
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0284e87 by Guy Harris (guy@xxxxxxxxxxxx):
Consistently put -lm at the end of library lists.
I'm not sure why it's associated with GLIB_LIBS in most entries - at
some point, was it the case that we didn't use libmath routines but GLib
did? - but there's no guarantee that other libraries don't use them, so
put them at the end of the lists. That also makes the lists a bit more
consistent.
(Yes, I know, the wireshark_ldadd list is followed by some other
libraries in the library lists that use it, so -lm isn't *really* at the
end everywhere.)
Change-Id: Ia2e0b295fdaae771fdee7d5eecdefaa83fae9992
Reviewed-on: https://code.wireshark.org/review/622
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 5ae2815 Fix bug 9866: Qt 'Clearing filters does not seem to affect the packet list'
adds 0284e87 Consistently put -lm at the end of library lists.
Summary of changes:
Makefile.am | 39 +++++++++++++++++++++++----------------
1 file changed, 23 insertions(+), 16 deletions(-)