From 0eb0207fda7c491f0e417382dc00d6d47ba2d763 Mon Sep 17 00:00:00 2001 From: prascle Date: Mon, 19 Apr 2004 10:06:08 +0000 Subject: [PATCH] PR: workaround to compile on gcc 2.94.4 (Debian Woody) --- src/ModuleCatalog/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ModuleCatalog/Makefile.in b/src/ModuleCatalog/Makefile.in index fc9361e89..11989f482 100644 --- a/src/ModuleCatalog/Makefile.in +++ b/src/ModuleCatalog/Makefile.in @@ -51,6 +51,8 @@ LIB_SRC = \ SALOME_ModuleCatalog_impl.cxx \ SALOME_ModuleCatalog_Acomponent_impl.cxx +CXXFLAGS+=-ftemplate-depth-25 + # Executables targets # trouble we have client and serveur and build don't known about this with rule # in fact client is a test ! So it may go away BIN ! -- 2.39.2