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:26 +0200
commitd7e2e458ccd11d6b626bbb726555ff4b09eede9b (patch)
treebe8fb9d18b468ce9077f41c91c26058310361c2a
parentde22b1247eb1f8793b97370b0e298d4acc94e029 (diff)
downloadtde-packaging-d7e2e458ccd11d6b626bbb726555ff4b09eede9b.tar.gz
tde-packaging-d7e2e458ccd11d6b626bbb726555ff4b09eede9b.zip
DilOS tdepim: Refresh DilOS specific patches.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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