diff options
Diffstat (limited to 'dilos/tdebase')
-rw-r--r-- | dilos/tdebase/debian/patches/dilos.patch | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/dilos/tdebase/debian/patches/dilos.patch b/dilos/tdebase/debian/patches/dilos.patch index f6e16fcef..66e397b34 100644 --- a/dilos/tdebase/debian/patches/dilos.patch +++ b/dilos/tdebase/debian/patches/dilos.patch @@ -132,16 +132,7 @@ Index: tdebase/cmake/modules/TDEMacros.cmake =================================================================== --- tdebase.orig/cmake/modules/TDEMacros.cmake +++ tdebase/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 -@@ -1875,11 +1875,11 @@ macro( tde_setup_architecture_flags ) +@@ -2182,11 +2182,11 @@ macro( tde_setup_architecture_flags ) set( LINKER_IMMEDIATE_BINDING_FLAGS "" CACHE INTERNAL "" FORCE ) endif( ) |