summaryrefslogtreecommitdiffstats
path: root/Templates/cconfigure
diff options
context:
space:
mode:
Diffstat (limited to 'Templates/cconfigure')
-rwxr-xr-xTemplates/cconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Templates/cconfigure b/Templates/cconfigure
index fb73f11..b4fea7a 100755
--- a/Templates/cconfigure
+++ b/Templates/cconfigure
@@ -2492,7 +2492,7 @@ fi
CMAKE_SHLIB_BUILD_FLAGS="-shared -rdata_shared"
CMAKE_MODULE_BUILD_FLAGS="-shared -rdata_shared"
CMAKE_SHLIB_RUNTIME_FLAG="-Wl,-rpath,"
- CMAKE_SHLIB_RUNTIME_SEP=":"
+ CMAKE_SHLIB_RUNTIME_SEP=""
;;
IRIX-6* | IRIX64-6* | IRIX-64-6*)
CMAKE_SHLIB_CFLAGS=""
@@ -2503,7 +2503,7 @@ fi
CMAKE_SHLIB_BUILD_FLAGS="-shared -rdata_shared"
CMAKE_MODULE_BUILD_FLAGS="-shared -rdata_shared"
CMAKE_SHLIB_RUNTIME_FLAG="-Wl,-rpath,"
- CMAKE_SHLIB_RUNTIME_SEP=":"
+ CMAKE_SHLIB_RUNTIME_SEP=""
;;
Linux*)
CMAKE_SHLIB_CFLAGS="-fPIC"