URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8815ac76db2e10f5ac0dd7d2f2dd434e2796acce
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8815ac7 by Peter Wu (peter@xxxxxxxxxxxxx):
CMake: fix build by not unnecessarily linking with wsutil
When built with -DCMAKE_BUILD_WITH_INSTALL_RPATH=1, make-taps and
make-dissectors fail to run because they cannot locate libwsutil.so.0.
Since v2.9.0rc0-178-gbb81bef535 ("glib: Get rid of GLIB_CHECK_VERSION as
we now require 2.32.0") wsutil is definitely no longer needed.
Change-Id: Ida269fdb5f2cba979e3776f57c1a6bf3d546fe5d
Reviewed-on: https://code.wireshark.org/review/27329
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 7f7f832 autotools: remove more makefiles.
adds 8815ac7 CMake: fix build by not unnecessarily linking with wsutil
Summary of changes:
epan/dissectors/CMakeLists.txt | 3 +--
ui/CMakeLists.txt | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)