Wireshark-commits: [Wireshark-commits] master 06bd804: Make wsutil depend on gitversion.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=06bd8045d75793f21a344fdbf9dd827229c6ec20
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
06bd804 by Guy Harris (guy@xxxxxxxxxxxx):
Make wsutil depend on gitversion.
wsutil contains the only code that uses version.h; make the dependency
explicit, to see whether that fixes the current build issues with Debian
packaging.
Also, get rid of all *other* dependencies on gitversion.
Change-Id: I89fa5e4112633b83a1a7dfa349bc337e3688575f
Reviewed-on: https://code.wireshark.org/review/2823
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 66b02c7 Include <sys/capaibility.h> to get _LINUX_CAPABILITY_VERSION defined.
adds 06bd804 Make wsutil depend on gitversion.
Summary of changes:
CMakeLists.txt | 12 ------------
epan/CMakeLists.txt | 2 --
wsutil/CMakeLists.txt | 2 ++
3 files changed, 2 insertions(+), 14 deletions(-)