]> git.sur5r.net Git - bacula/bacula/commitdiff
Use -lq.1 -lcompat.1 as shared libraries instead of linking with -lingres which is...
authorMarco van Wieringen <mvw@planets.elm.net>
Sun, 4 Apr 2010 10:55:22 +0000 (12:55 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:44 +0000 (16:49 +0200)
bacula/autoconf/bacula-macros/db.m4
bacula/configure

index 892447f6b272f3b55d95c7e9f620230a7d0d902b..7e75263f0aa595a29ab8ef13ce12c9bd4a0bf245 100644 (file)
@@ -565,7 +565,7 @@ AC_HELP_STRING([--with-ingres@<:@=DIR@:>@], [Include Ingres support. DIR is the
         fi
      fi
      SQL_INCLUDE=-I$INGRES_INCDIR
-     SQL_LFLAGS="-L$INGRES_LIBDIR -lingres"
+     SQL_LFLAGS="-L$INGRES_LIBDIR -lq.1 -lcompat.1"
      SQL_BINDIR=$INGRES_BINDIR
      SQL_LIB=$INGRES_LIBDIR/libingres.a
      AC_DEFINE(HAVE_INGRES, 1, [Set if have Ingres Database])
index bf066735c093b30404f9093a5440cf316c0a3cbc..200087b2a8fab76193e6109c3f4cc5e754d0ea5f 100755 (executable)
@@ -28522,7 +28522,7 @@ echo "$as_me: error: Invalid Ingres directory $withval - unable to find Ingres h
         fi
      fi
      SQL_INCLUDE=-I$INGRES_INCDIR
-     SQL_LFLAGS="-L$INGRES_LIBDIR -lingres"
+     SQL_LFLAGS="-L$INGRES_LIBDIR -lq.1 -lcompat.1"
      SQL_BINDIR=$INGRES_BINDIR
      SQL_LIB=$INGRES_LIBDIR/libingres.a