bug-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

2.0.1 configure fails on FreeBSD, patch included


From: Jo B. Grasmo
Subject: 2.0.1 configure fails on FreeBSD, patch included
Date: Fri, 19 Apr 2002 17:28:57 +0200
User-agent: Mutt/1.2.5.1i

Hello,

There's a minor typo in the configure script for cfengine 2.0.1, so
BerkeleyDB is not found on FreeBSD. The fix is simple:

--- configure.orig      Fri Apr 19 16:52:13 2002
+++ configure   Fri Apr 19 16:53:05 2002
@@ -3459,7 +3459,7 @@
     fi
     if test x"$BERKELEY_DB_DIR" = xyes ; then
         for v in db4 db3 db2 db; do
-            if test -d "$BERKELEY_DB_DIR/include/$v" ; then
+            if test -d "/usr/local/include/$v" ; then
                 BERKELEY_DB_LDFLAGS="-L/usr/local/lib"
                 BERKELEY_DB_CFLAGS="-I/usr/local/include/$v"
                 BERKELEY_DB_LIB="-l$v"

Best regards,

Jo B. Grasmo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]