diff options
author | Guido van Rossum <guido@python.org> | 1996-07-24 00:42:42 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-07-24 00:42:42 (GMT) |
commit | 9687a921c869e4fca284df36adefe9528f9a9225 (patch) | |
tree | 8d34533c46105b171b6265cf5215b8ceec5d9043 /Modules | |
parent | f1af3fe8ebcb506cd78e907d48fbf8f4868164d8 (diff) | |
download | cpython-9687a921c869e4fca284df36adefe9528f9a9225.zip cpython-9687a921c869e4fca284df36adefe9528f9a9225.tar.gz cpython-9687a921c869e4fca284df36adefe9528f9a9225.tar.bz2 |
Different lines for bsddb module.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Setup.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index 973e5ad..0656265 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -293,9 +293,9 @@ rotor rotormodule.c # enigma-inspired encryption # Edit the variables DB and DBPORT to point to the db top directory # and the subdirectory of PORT where you built it. -#DB=/depot/sundry/src/db.1.85/ -#DBPORT=$(DB)/PORT/sunos.5.2 -#bsddb bsddbmodule.o -I$(DB)/include -I$(DBPORT) $(DBPORT)/libdb.a +#DB=/depot/sundry/src/berkeley-db/db.1.85 +#DBPORT=$(DB)/PORT/irix.5.3 +#bsddb bsddbmodule.o -I$(DBPORT)/include $(DBPORT)/libdb.a |