diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-10 15:02:08 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-10 15:02:08 +0200 |
commit | de22b1247eb1f8793b97370b0e298d4acc94e029 (patch) | |
tree | a7ddb9c43d3b4cc9240d31b27aa7f50a46960c96 /dilos | |
parent | 0d355b955d8d64e75a919f9291b52566f149c4e0 (diff) | |
download | tde-packaging-de22b1247eb1f8793b97370b0e298d4acc94e029.tar.gz tde-packaging-de22b1247eb1f8793b97370b0e298d4acc94e029.zip |
DilOS tdebase: Refresh DilOS specific patches.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'dilos')
-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( ) |