And here's the last one:
If CDE is built on linux systems with at least glibc 2.20
a lot of new warnings are issued. This patch avoids them.
Regards, Ulrich
--
Ulrich Wilkens
Email: m...@uwilkens.de
>From 5b4e52a71be1e355a3fda25384e1319332da25ad Mon Sep 17 00:00:00 2001
From: Ulrich Wilkens <m...@uwilkens.de>
Date: Sat, 9 May 2015 00:39:05 +0200
Subject: [PATCH] Remove warnings on Linux with glibc 2.20
---
cde/config/cf/linux.cf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cde/config/cf/linux.cf b/cde/config/cf/linux.cf
index 858627e..6d22a79 100644
--- a/cde/config/cf/linux.cf
+++ b/cde/config/cf/linux.cf
@@ -161,14 +161,14 @@ TIRPCLIB =
#endif
#if LinuxCLibMajorVersion < 6
-# define LinuxSourceDefines -D_POSIX_SOURCE \
+# define LinuxSourceDefines -D_POSIX_SOURCE -D_DEFAULT_SOURCE \
-D_BSD_SOURCE -D_SVID_SOURCE LinuxLocaleDefines
# ifndef HasLibCrypt
# define HasLibCrypt NO
# endif
#else
-# define LinuxSourceDefines -D_POSIX_SOURCE \
+# define LinuxSourceDefines -D_POSIX_SOURCE -D_DEFAULT_SOURCE \
-D_BSD_SOURCE -D_SVID_SOURCE \
-D__NO_STRING_INLINES -D__NO_MATH_INLINES \
LinuxLocaleDefines
--
1.7.11.5
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel