-fpermissive to allow gcc to compile old C++
authorPeter Howkins <flibble@users.sourceforge.net>
Mon, 12 Mar 2012 00:25:41 +0000 (00:25 +0000)
committerPeter Howkins <flibble@users.sourceforge.net>
Mon, 12 Mar 2012 00:25:41 +0000 (00:25 +0000)
cde/lib/tt/bin/ttdbserverd/Imakefile

index e5915b12fd8cab016d5dca75be09215ce42f8d5f..92e67d76416a158a221d61d32b3dcb5866551d9b 100644 (file)
@@ -19,6 +19,9 @@ SYS_LIBRARIES   =
 EXTRA_LIBRARIES = TtClientExtraLibs
 #endif
 
+#if defined(LinuxDistribution)
+CXXEXTRA_DEFINES = -fpermissive
+#endif
 
 SRCS = \
         db_server_functions.C \