From 717e0224ffacbfc6677e518b4b9920d341f200f7 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Sun, 4 Apr 2010 10:21:47 +0200 Subject: [PATCH] As we have a multithreaded application let tell that to esqlcc so it can optimize for that. --- bacula/src/cats/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5