Wireshark-commits: [Wireshark-commits] master e8645f6: sharkd: link with libm because of Speex

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 13 Jun 2019 18:03:09 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e8645f69d81919bae0f5f13b13e53d274dbd6678
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e8645f6 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    sharkd: link with libm because of Speex
    
    When builing without the Speex library the build inserts its own files
    to handle the codec conversion. These however require sharkd to be
    linked against libm, for the sine function.
    
    Change-Id: I80b3fd67a346849480976c00280537b786780627
    Reviewed-on: https://code.wireshark.org/review/33582
    Reviewed-by: Vasil Velichkov <vvvelichkov@xxxxxxxxx>
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b94047c   Qt: Add support for template icons.
     add  e8645f6   sharkd: link with libm because of Speex


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