diff options
Diffstat (limited to 'dilos/tdevelop/debian/patches/dilos.patch')
-rw-r--r-- | dilos/tdevelop/debian/patches/dilos.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dilos/tdevelop/debian/patches/dilos.patch b/dilos/tdevelop/debian/patches/dilos.patch new file mode 100644 index 000000000..6fb6885b5 --- /dev/null +++ b/dilos/tdevelop/debian/patches/dilos.patch @@ -0,0 +1,13 @@ +Index: tdevelop/cmake/modules/TDEMacros.cmake +=================================================================== +--- tdevelop.orig/cmake/modules/TDEMacros.cmake ++++ tdevelop/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 |