pkgsrc/www/squidGuard/patches/patch-aa
adam d116900e60 Changes 1.4:
* Included last fixes for 1.4 final.
* Some cleanup and fine work: added information about "-b" parameter to the
  help output. Added "!" to the list of allowed characters in urls.
* Added a switch to turn on the progress bar.
* Bug fixes.
* Added MySQL support for authentication.
2009-08-31 08:55:31 +00:00

13 lines
265 B
Text

$NetBSD: patch-aa,v 1.4 2009/08/31 08:55:31 adam Exp $
--- configure.orig 2009-01-03 21:05:25.000000000 +0100
+++ configure
@@ -4600,7 +4600,7 @@ else
fi
-LIBS="$LIBS -ldb"
+LIBS="$LIBS -ldb4"
if test "$cross_compiling" = yes; then
db_ok_version=no
else