From: Peter Howkins Date: Mon, 12 Mar 2012 00:25:41 +0000 (+0000) Subject: -fpermissive to allow gcc to compile old C++ X-Git-Tag: 2.2.0a~26^2~124 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a513d54964fa64cc3e84cc3b79302f4e5cef6e72;p=oweals%2Fcde.git -fpermissive to allow gcc to compile old C++ --- diff --git a/cde/lib/tt/bin/ttdbserverd/Imakefile b/cde/lib/tt/bin/ttdbserverd/Imakefile index e5915b12..92e67d76 100644 --- a/cde/lib/tt/bin/ttdbserverd/Imakefile +++ b/cde/lib/tt/bin/ttdbserverd/Imakefile @@ -19,6 +19,9 @@ SYS_LIBRARIES = EXTRA_LIBRARIES = TtClientExtraLibs #endif +#if defined(LinuxDistribution) +CXXEXTRA_DEFINES = -fpermissive +#endif SRCS = \ db_server_functions.C \