another db4.6 change

This commit is contained in:
Jeremy Katz 2007-08-14 18:22:58 +00:00
parent 711a490f58
commit 7a22221a1c
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@
-#DBINC=$(DB)/include
-#DBLIB=$(DB)/lib
-#_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER)
+DBLIBVER=4.5
+DBLIBVER=4.6
+DBINC=/usr/include/db4
+DBLIB=/usr/lib
+_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER)