]> git.sur5r.net Git - bacula/bacula/commitdiff
As we have a multithreaded application let tell that to esqlcc so it can optimize...
authorMarco van Wieringen <mvw@planets.elm.net>
Sun, 4 Apr 2010 08:21:47 +0000 (10:21 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:44 +0000 (16:49 +0200)
bacula/src/cats/Makefile.in

index 6101743f66aac20f34ae27ef0c16bf535953d2a4..628bfa4de5c9faa43ffa5f2a49f2ef5ea8000c5c 100644 (file)
@@ -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