diff options
author | João Valverde <joao.valverde@tecnico.ulisboa.pt> | 2016-04-19 08:03:08 +0100 |
---|---|---|
committer | João Valverde <j@v6e.pt> | 2016-04-21 18:59:56 +0000 |
commit | 3db13a7fc9f08fdb238f06e73a42b39396fee84c (patch) | |
tree | 13962d67e01b8d0f15aed5e6216ae584c23bd991 /debian | |
parent | 7c6e859ccf210a45e1cc0f6da17692845e6b5a23 (diff) | |
download | wireshark-3db13a7fc9f08fdb238f06e73a42b39396fee84c.tar.gz wireshark-3db13a7fc9f08fdb238f06e73a42b39396fee84c.tar.bz2 wireshark-3db13a7fc9f08fdb238f06e73a42b39396fee84c.zip |
Link version code statically again
This allows keeping the code-sharing with the static linking.
This "fixes" a hypothetical ABI mismatch with wsutil and avoids pulling more
external dependencies to wsutil than strictly necessary.
A nice side-effect is that libwsutil no longer depends on version.h.
Follow up to f95976eefcbeb5d24df383c29d29ef888b503945.
Change-Id: I8f0d6a557ab3f7ce6f0e2c269124c89f29d6ad23
Reviewed-on: https://code.wireshark.org/review/15002
Petri-Dish: João Valverde <j@v6e.pt>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/libwsutil0.symbols | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/libwsutil0.symbols b/debian/libwsutil0.symbols index d79925b196..c7e85ab410 100644 --- a/debian/libwsutil0.symbols +++ b/debian/libwsutil0.symbols @@ -55,7 +55,6 @@ libwsutil.so.0 libwsutil0 #MINVER# find_last_pathname_separator@Base 1.12.0~rc1 format_size@Base 1.10.0 get_basename@Base 1.12.0~rc1 - get_compiled_version_info@Base 1.99.2 get_copyright_info@Base 1.99.0 get_cur_groupname@Base 1.10.0 get_cur_username@Base 1.10.0 @@ -74,10 +73,8 @@ libwsutil.so.0 libwsutil0 #MINVER# get_profile_name@Base 1.12.0~rc1 get_profiles_dir@Base 1.12.0~rc1 get_progfile_dir@Base 1.12.0~rc1 - get_runtime_version_info@Base 1.99.2 get_systemfile_dir@Base 1.12.0~rc1 get_tempfile_path@Base 1.12.0~rc1 - get_ws_vcs_version_info@Base 1.99.0 has_global_profiles@Base 1.12.0~rc1 ieee80211_chan_to_mhz@Base 1.99.7 ieee80211_mhz_to_chan@Base 1.99.7 @@ -152,7 +149,6 @@ libwsutil.so.0 libwsutil0 #MINVER# sha256_hmac_update@Base 2.1.0 sha256_starts@Base 2.1.0 sha256_update@Base 2.1.0 - show_version@Base 1.99.2 sober128_add_entropy@Base 1.99.0 sober128_read@Base 1.99.0 sober128_start@Base 1.99.0 |