summaryrefslogtreecommitdiffstats
path: root/dilos/tdegames/debian/patches/dilos.patch
blob: aa5c360d548dc40d22c8c8827903da04fcc8d73e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: tdegames/cmake/modules/TDEMacros.cmake
===================================================================
--- tdegames.orig/cmake/modules/TDEMacros.cmake
+++ tdegames/cmake/modules/TDEMacros.cmake
@@ -833,7 +833,7 @@ macro( tde_add_library _arg_target )
 
   # set embedded archives
   if( _embed )
-    list( INSERT _link 0 -Wl,-whole-archive ${_embed} -Wl,-no-whole-archive )
+    list( INSERT _link 0 -Wl,-zallextract ${_embed} -Wl,-zdefaultextract )
   endif( _embed )
 
   # set link libraries