Wireshark-commits: [Wireshark-commits] master e079862: cmake: fix breakage with libnl2
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 12 Sep 2016 12:10:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e079862fad331cba874717ec1d0af9e35ba438b5
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e079862 by Peter Wu (peter@xxxxxxxxxxxxx):

    cmake: fix breakage with libnl2
    
    I accidentally assumed that libnl2 works fine with just libnl.so, but
    apparently the other libraries are also necessary.
    
    Change-Id: I1636710ea3f41ed10a5ccb37106cae9e688abec9
    Reviewed-on: https://code.wireshark.org/review/17654
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  3c70e6d   dmp: Code cleanup
    adds  e079862   cmake: fix breakage with libnl2


Summary of changes:
 cmake/modules/FindNL.cmake |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)