Skip to content
Snippets Groups Projects
Commit 3b6606ee authored by Nyx (Neal Orman)'s avatar Nyx (Neal Orman)
Browse files

PATH-180 FIX? updating to latest pathing lib, and ensuring order invariance

Grabbing latest packaged pathing library, and adding linker flags to
deal with circular dependencies.`
parent 8cf6b9cb
No related branches found
No related tags found
No related merge requests found
......@@ -1254,9 +1254,9 @@
<key>archive</key>
<map>
<key>hash</key>
<string>760a7e956f6ed540d3b655dafc57788a</string>
<string>76cac9c6be702db7402623a405f7e59c</string>
<key>url</key>
<string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/stinson_llpathinglibrary/rev/247477/arch/Linux/installer/llpathinglibrary-0.1-linux-20120111.tar.bz2</string>
<string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/stinson_llpathinglibrary/rev/248048/arch/Linux/installer/llpathinglibrary-0.1-linux-20120119.tar.bz2</string>
</map>
<key>name</key>
<string>linux</string>
......
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment