summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2012-01-19 14:39:06 -0500
committerprep <prep@lindenlab.com>2012-01-19 14:39:06 -0500
commitdc6b871db8e5e5247d8ef88150efb18186b5e6c8 (patch)
tree65a14a4731b74a8c22c11142b46ecb1a48a448b5 /indra/cmake
parente2ef5a5edce6a01724d91fde5b471b0bae18d045 (diff)
parent146f0c25504cc16458cb20312eba63b04d26389d (diff)
merge
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/LLPathingLib.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/cmake/LLPathingLib.cmake b/indra/cmake/LLPathingLib.cmake
index c108b33e8c..8e622d83db 100644
--- a/indra/cmake/LLPathingLib.cmake
+++ b/indra/cmake/LLPathingLib.cmake
@@ -16,3 +16,8 @@ set(LLPATHING_LIBRARIES
debug ${LL_PATHING_DEBUG_LIB}
optimized ${LL_PATHING_RELEASE_LIB}
)
+
+if (LINUX)
+ list(INSERT LLPATHING_LIBRARIES 0 -Wl,--start-group)
+ list(APPEND LLPATHING_LIBRARIES -Wl,--end-group)
+endif (LINUX)