diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-10 14:55:22 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-10 14:55:22 +0200 |
commit | 0d355b955d8d64e75a919f9291b52566f149c4e0 (patch) | |
tree | b6ea11fe31b9cca0def659fad3b0d021b35d8ddd | |
parent | 99bdd58d69da4de21092858826c4caf6a1f6032e (diff) | |
download | tde-packaging-0d355b955d8d64e75a919f9291b52566f149c4e0.tar.gz tde-packaging-0d355b955d8d64e75a919f9291b52566f149c4e0.zip |
DilOS tdelibs: Refresh DilOS specific patches.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | dilos/tdelibs/debian/patches/dilos.patch | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/dilos/tdelibs/debian/patches/dilos.patch b/dilos/tdelibs/debian/patches/dilos.patch index d21696da7..d00b0f3c6 100644 --- a/dilos/tdelibs/debian/patches/dilos.patch +++ b/dilos/tdelibs/debian/patches/dilos.patch @@ -184,16 +184,7 @@ Index: tdelibs/cmake/modules/TDEMacros.cmake =================================================================== --- tdelibs.orig/cmake/modules/TDEMacros.cmake +++ tdelibs/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( ) |