https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3040
Guy Harris <guy@xxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |guy@xxxxxxxxxxxx
AssignedTo|wireshark-bugs@xxxxxxxxxxxxx|gerald@xxxxxxxxxxxxx
--- Comment #5 from Guy Harris <guy@xxxxxxxxxxxx> 2008-11-13 00:21:10 PDT ---
If Wireshark, and all the supporting libraries, are configured with
CFLAGS="-I/Developer/SDKs/MacOSX10.5.sdk/usr/include"
LDFLAGS="-L/Developer/SDKs/MacOSX10.5.sdk/usr/lib" ./configure {configure args}
and built, that should make them depend on the versions of the libraries in
10.5.0, not in the 10.5.x on which the build was done.
>From that we could make an app bundle that should work on older 10.5.x
releases, even if we build on 10.5.5.
Gerald?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.