http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33028
User: guy
Date: 2010/05/31 12:37 PM
Log:
Wireshark requires routines from libm, such as ceil(), so link with it;
we shouldn't rely on getting it pulled in by other shared libraries, as
1) there's no guarantee that the other shared libraries we use
are linked with it or will continue to be linked with it;
2) there's no guarantee that we're even linking dynamically;
3) it fails on Fedora 13 as part of a change to catch programs
that implicitly (or explicitly) assume, in their build
procedures, that they'll get libraries linked in as a result
of linking with other libraries.
Directory: /trunk/
Changes Path Action
+1 -1 Makefile.am Modified