summaryrefslogtreecommitdiff
path: root/geography/opencpn/patches/patch-plugins_grib_pi_CMakeLists.txt
blob: dfa38d0125d48d01e719fcaadf3948960af9d9ec (plain)
1
2
3
4
5
6
7
8
9
10
--- plugins/grib_pi/CMakeLists.txt.orig	2016-02-10 17:26:23.000000000 +0100
+++ plugins/grib_pi/CMakeLists.txt	2016-02-10 17:27:16.000000000 +0100
@@ -44,7 +44,6 @@
 #  IF NOT DEBUGGING CFLAGS="-O2 -march=native"
 IF(NOT WIN32 AND NOT APPLE)
     ADD_DEFINITIONS( "-Wall -fexceptions -fvisibility=hidden" )
-    SET(CMAKE_SHARED_LINKER_FLAGS "-Wl,-Bsymbolic")
 ENDIF(NOT WIN32 AND NOT APPLE)
 
 IF( APPLE )