Wireshark-commits: [Wireshark-commits] master f333e7e: Add the OpenSUSE zlib1.dll when needed.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 Apr 2015 17:49:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f333e7ed671208f897ce11ceb603d44e4cebd499
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f333e7e by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Add the OpenSUSE zlib1.dll when needed.
    
    The Visual Studio solution files created by CMake list "Debug" as the
    first configuration, which means that we end up with zlibd1.dll by
    default. Many of the OpenSUSE DLLs depend on zlib1.dll. Add the OBS
    version in that case.
    
    Change-Id: Ia98490f1a192802d1482e0749bbd2b550e916bc5
    Reviewed-on: https://code.wireshark.org/review/8051
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  3a220ed   Fix extcap interface capture with tshark
    adds  f333e7e   Add the OpenSUSE zlib1.dll when needed.


Summary of changes:
 CMakeLists.txt |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)