summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-10 15:12:26 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-10 15:12:37 +0200
commitd08e6b299887f8d1a1010c2e9cd1b88b1bb8db64 (patch)
tree3c8171c31b11ca091a6acaae2a52f1e723abb5a9
parent9746d088bee75ba9c17c6c4a010a42c2651c13c2 (diff)
downloadtde-packaging-d08e6b299887f8d1a1010c2e9cd1b88b1bb8db64.tar.gz
tde-packaging-d08e6b299887f8d1a1010c2e9cd1b88b1bb8db64.zip
DilOS tdepim: Refresh DilOS specific patches.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d7e2e458ccd11d6b626bbb726555ff4b09eede9b)
-rw-r--r--dilos/tdepim/debian/patches/dilos.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dilos/tdepim/debian/patches/dilos.patch b/dilos/tdepim/debian/patches/dilos.patch
index f8affdd33..cb42f6a70 100644
--- a/dilos/tdepim/debian/patches/dilos.patch
+++ b/dilos/tdepim/debian/patches/dilos.patch
@@ -1,16 +1,3 @@
-Index: tdepim/cmake/modules/TDEMacros.cmake
-===================================================================
---- tdepim.orig/cmake/modules/TDEMacros.cmake
-+++ tdepim/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
Index: tdepim/mimelib/CMakeLists.txt
===================================================================
--- tdepim.orig/mimelib/CMakeLists.txt