blob: e6783f6e10c942aef70508b435d1fe67efd56a75 [file] [log] [blame]
--- misc/build/Python-2.6.1/Modules/Setup.dist (revision 74955)
+++ misc/build/Python-2.6.1/Modules/Setup.dist (working copy)
@@ -413,9 +413,9 @@
# and the subdirectory of PORT where you built it.
DB=$(prefix)
DBLIBVER=4.8
-DBINC=$(DB)/include
-DBLIB=$(DB)/lib
-_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER)
+DBINC=$(OUTDIR)/inc/berkeleydb
+DBLIB=$(OUTDIR)/lib
+_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb47
# Historical Berkeley DB 1.85
#