summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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