summaryrefslogtreecommitdiffstats
path: root/dilos
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-10 15:26:03 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-10 15:26:13 +0200
commitc24dc861b6adec1a9370c62d1a977ae85530f3f4 (patch)
tree124887c0b10e6c3c071f7b5110def6d2f25f720c /dilos
parent71af6f36ed2d712127b6d0f7448347272a2a1fef (diff)
downloadtde-packaging-c24dc861b6adec1a9370c62d1a977ae85530f3f4.tar.gz
tde-packaging-c24dc861b6adec1a9370c62d1a977ae85530f3f4.zip
DilOS tdesdk: Refresh DilOS specific patches.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b1e1e6546c066a94644251a23ee5f1e94a20e804)
Diffstat (limited to 'dilos')
-rw-r--r--dilos/tdesdk/debian/patches/dilos.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dilos/tdesdk/debian/patches/dilos.patch b/dilos/tdesdk/debian/patches/dilos.patch
index 5f1bd3ea0..d78ce6072 100644
--- a/dilos/tdesdk/debian/patches/dilos.patch
+++ b/dilos/tdesdk/debian/patches/dilos.patch
@@ -1,16 +1,3 @@
-Index: tdesdk/cmake/modules/TDEMacros.cmake
-===================================================================
---- tdesdk.orig/cmake/modules/TDEMacros.cmake
-+++ tdesdk/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: tdesdk/umbrello/umbrello/associationwidget.cpp
===================================================================
--- tdesdk.orig/umbrello/umbrello/associationwidget.cpp