diff --git a/dilos/tdeedu/debian/patches/dilos.patch b/dilos/tdeedu/debian/patches/dilos.patch index 9becb70e3..4b555bd83 100644 --- a/dilos/tdeedu/debian/patches/dilos.patch +++ b/dilos/tdeedu/debian/patches/dilos.patch @@ -11,19 +11,6 @@ Index: tdeedu/kig/misc/conic-common.cpp #include #endif -Index: tdeedu/cmake/modules/TDEMacros.cmake -=================================================================== ---- tdeedu.orig/cmake/modules/TDEMacros.cmake -+++ tdeedu/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: tdeedu/kstars/kstars/indi/apogee/ApogeeLinux.h =================================================================== --- tdeedu.orig/kstars/kstars/indi/apogee/ApogeeLinux.h