-fpermissive to allow gcc to compile old C++

This commit is contained in:
Peter Howkins 2012-03-12 00:26:40 +00:00
parent a513d54964
commit e68afb01e6
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ SYS_LIBRARIES =
EXTRA_LIBRARIES = TtClientExtraLibs
#endif
#if defined(LinuxDistribution)
CXXEXTRA_DEFINES = -fpermissive
#endif
SRCS = mp_server.C
OBJS = mp_server.o