From a513d54964fa64cc3e84cc3b79302f4e5cef6e72 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Mon, 12 Mar 2012 00:25:41 +0000 Subject: [PATCH] -fpermissive to allow gcc to compile old C++ --- cde/lib/tt/bin/ttdbserverd/Imakefile | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.25.1