http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33152
User: gerald
Date: 2010/06/07 01:10 PM
Log:
Copy over r33028:
------------------------------------------------------------------------
r33028 | guy | 2010-05-31 12:37:26 -0700 (Mon, 31 May 2010) | 13 lines
Changed paths:
M /trunk/Makefile.am
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.
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.0/docbook/
Changes Path Action
+9 -1 release-notes.xml Modified
Directory: /trunk-1.0/
Changes Path Action
+1 -1 Makefile.am Modified