URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=580098d875b497e5d5aa36dfad10291668e7d392
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
580098d by Fabrice Fontaine (fontaine.fabrice@xxxxxxxxx):
FindXml2: use pkg-config to find libxml2 dependencies
On UNIX, when statically built, libxml2 can depends on other libraries
such as lzma. These dependencies are already retrieved through
pkg-config so append them to LIBXML2_LIBRARIES otherwise static build
will fail
Change-Id: I362064969488ec53042aa323eadb54fef026d8a5
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@xxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/32968
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from b641feb TLS: Implement reassembly for Handshake messages
add 580098d FindXml2: use pkg-config to find libxml2 dependencies
Summary of changes:
cmake/modules/FindLibXml2.cmake | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)