Add -fpermissive to allow compilation of old C++ on modern GCC
This commit is contained in:
@@ -16,6 +16,10 @@ DEFINES = -DRELEASE_NOTES -DDTMAIL_TOOLTALK -DDTEDITOR DtMailDefines
|
|||||||
DEPLIBS = ../MotifApp/libMotifApp.a ../libDtMail/libDtMail.a DepDtClientLibs
|
DEPLIBS = ../MotifApp/libMotifApp.a ../libDtMail/libDtMail.a DepDtClientLibs
|
||||||
LOCAL_LIBRARIES = ../libDtMail/libDtMail.a ../MotifApp/libMotifApp.a DtClientLibs
|
LOCAL_LIBRARIES = ../libDtMail/libDtMail.a ../MotifApp/libMotifApp.a DtClientLibs
|
||||||
|
|
||||||
|
#if defined(LinuxDistribution)
|
||||||
|
CXXEXTRA_DEFINES = -fpermissive
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Sun needs the widechar library */
|
/* Sun needs the widechar library */
|
||||||
#ifdef SunArchitecture
|
#ifdef SunArchitecture
|
||||||
SYS_LIBRARIES = $(DYNLIBSYSLIB) $(ICONVSYSLIB) $(REGEXSYSLIB) -lw -lm
|
SYS_LIBRARIES = $(DYNLIBSYSLIB) $(ICONVSYSLIB) $(REGEXSYSLIB) -lw -lm
|
||||||
|
|||||||
Reference in New Issue
Block a user