https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7403
pi-rho <ubuntu@xxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #8681|0 |1
is obsolete| |
Attachment #8685|0 |1
is obsolete| |
Attachment #9098| |review_for_checkin?
Flags| |
--- Comment #11 from pi-rho <ubuntu@xxxxxx> 2012-09-07 18:08:00 PDT ---
Created attachment 9098
--> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=9098
Updated patch -- use awk to append lines to the end of libwireshark.sym
Instead of modifying epan/libwireshark.def and filtering out wspython-related
symbols when epan/libwireshark.sym is created, this patch "flips" the logic of
my previous patches.
If wspython is built, append the symbols to the end of libwireshark.sym.
- This should fix OSX, Solaris and Linux when the python bindings are not being
built
- This avoids touching libwireshark.def, so Windows platform isn't affected
This patch uses the same mechanism that is used to filter symbols and the
Windows LINK DEF markup when the .sym is generated, but instead of removing
symbols, it appends symbols to the end of the generated file.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.