Wireshark-commits: [Wireshark-commits] master 66747a9: wsutil: link with -lm.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 02 Aug 2019 20:42:30 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=66747a982b93ac6332260b23119d11072a51c5bb
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

66747a9 by Dario Lombardo (lomato@xxxxxxxxx):

    wsutil: link with -lm.
    
    Required because json_dumper.c uses isfinite, fixes FreeBSD builds.
    
    Error:
    /usr/lib/libpcap.so && :
    /usr/local/bin/ld: run/libwsutil.so.0.0.0: undefined reference to `__isfinite'
    collect2: error: ld returned 1 exit status
    ninja: build stopped: subcommand failed.
    
    Change-Id: I6376250fa2037eab0bb2ad63382b8f3bb3560215
    Reviewed-on: https://code.wireshark.org/review/34138
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  c5b158b   Qt: Rework VOIP Dialog context menu
     add  66747a9   wsutil: link with -lm.


Summary of changes:
 wsutil/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)