Wireshark-commits: [Wireshark-commits] master 5576072: EPL: fix build with incomplete libxml2 libra

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 24 Jan 2019 18:24:30 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=557607271af98316ac2208a61bee1151e8dad196
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5576072 by Peter Wu (peter@xxxxxxxxxxxxx):

    EPL: fix build with incomplete libxml2 library
    
    HAVE_LIBXML2 can be set while PARSE_XDD is unset, resulting in missing
    functions and linker errors.
    
    Bug: 15419
    Change-Id: I0aa20a80080d159bfb6eebccc503b66cc148f7f8
    Reviewed-on: https://code.wireshark.org/review/31715
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  0f4161a   tcp: mark units_64bit_version as static
     add  5576072   EPL: fix build with incomplete libxml2 library


Summary of changes:
 epan/dissectors/packet-epl-profile-parser.c | 17 +++++++++++------
 epan/dissectors/packet-epl.c                |  3 ---
 epan/dissectors/packet-epl.h                |  1 -
 3 files changed, 11 insertions(+), 10 deletions(-)