From: Marco van Wieringen Date: Sun, 4 Apr 2010 08:21:47 +0000 (+0200) Subject: As we have a multithreaded application let tell that to esqlcc so it can optimize... X-Git-Tag: Release-5.2.1~1534 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=717e0224ffacbfc6677e518b4b9920d341f200f7;p=bacula%2Fbacula As we have a multithreaded application let tell that to esqlcc so it can optimize for that. --- diff --git a/bacula/src/cats/Makefile.in b/bacula/src/cats/Makefile.in index 6101743f66..628bfa4de5 100644 --- a/bacula/src/cats/Makefile.in +++ b/bacula/src/cats/Makefile.in @@ -58,7 +58,7 @@ all: Makefile libbacsql$(DEFAULT_ARCHIVE_TYPE) esql: @echo "Generating myingres.c from myingres.sc" - $(NO_ECHO)$(II_SYSTEM)/ingres/bin/esqlcc -extension=c myingres.sc + $(NO_ECHO)$(II_SYSTEM)/ingres/bin/esqlcc -multi -extension=c myingres.sc @echo "Generating myingres.h from myingres.sh" $(NO_ECHO)$(II_SYSTEM)/ingres/bin/esqlcc -extension=h myingres.sh