|
|
@ -11,19 +11,6 @@ Index: tdeedu/kig/misc/conic-common.cpp
|
|
|
|
#include <ieeefp.h>
|
|
|
|
#include <ieeefp.h>
|
|
|
|
#endif
|
|
|
|
#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
|
|
|
|
Index: tdeedu/kstars/kstars/indi/apogee/ApogeeLinux.h
|
|
|
|
===================================================================
|
|
|
|
===================================================================
|
|
|
|
--- tdeedu.orig/kstars/kstars/indi/apogee/ApogeeLinux.h
|
|
|
|
--- tdeedu.orig/kstars/kstars/indi/apogee/ApogeeLinux.h
|
|
|
|