Wireshark-commits: [Wireshark-commits] master 9f472ea: CMake: fix broken oss-fuzz build due to the
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 30 Oct 2018 14:33:37 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9f472ea1501f8deb0109ea61feda6b8a5eec4f6a
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

9f472ea by Peter Wu (peter@xxxxxxxxxxxxx):

    CMake: fix broken oss-fuzz build due to the -pie option
    
    check_function_exists (as used by FindZLIB.cmake) seems to fail with the
    -pie option as well, do not try to enable it when building for oss-fuzz.
    
    Change-Id: I7d7e0fce1972483a14ac0a91a9f144f22c5ae8a0
    Fixes: v2.9.0rc0-2349-g895ad30b5a ("CMake: Fix -pie linker test")
    Reviewed-on: https://code.wireshark.org/review/30431
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  81c4f74   macos: Prevent darkmode from appearing
     add  9f472ea   CMake: fix broken oss-fuzz build due to the -pie option


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