Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 0f46b63e83ea01f986e3ac6e7c1d763a > files > 4

spring-0.81.2-1mdv2009.0.src.rpm

diff -BrauN spring_0.80.5.2.orig/rts/lib/liblobby/CMakeLists.txt spring_0.80.5.2/rts/lib/liblobby/CMakeLists.txt
--- spring_0.80.5.2.orig/rts/lib/liblobby/CMakeLists.txt	2009-11-12 23:16:23.000000000 +0100
+++ spring_0.80.5.2/rts/lib/liblobby/CMakeLists.txt	2009-12-28 12:15:07.000000000 +0100
@@ -1,4 +1,4 @@
-add_library(lobby Connection)
+add_library(lobby STATIC Connection)
 target_link_libraries(lobby ${WIN32_LIBRARIES} ${Boost_SYSTEM_LIBRARY} ${Boost_THREAD_LIBRARY})
 
 add_executable(testapp EXCLUDE_FROM_ALL Test/testapp)