File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ DESCRIPTION.crypt$(MODULE.EXT)= Python Extension DLL implementing the crypt$(BR
236236DESCRIPTION._tkinter$(MODULE.EXT) = Python Extension DLL for access to Tcl/Tk Environment
237237DESCRIPTION.mpz$(MODULE.EXT) = Python Extension DLL for access to GNU multi-precision library
238238DESCRIPTION.readline$(MODULE.EXT) = Python Extension DLL for access to GNU ReadLine library
239- DESCRIPTION.bsddb $(MODULE.EXT) = Python Extension DLL for access to BSD DB (v1.85) library
239+ DESCRIPTION.bsddb185 $(MODULE.EXT) = Python Extension DLL for access to BSD DB (v1.85) library
240240DESCRIPTION._curses$(MODULE.EXT) = Python Extension DLL for access to ncurses library
241241DESCRIPTION.pyexpat$(MODULE.EXT) = Python Extension DLL for access to expat library
242242
@@ -422,7 +422,7 @@ ifeq ($(GREADLINE),yes)
422422 HARDEXTMODULES+ = readline
423423endif
424424ifeq ($(BSDDB ) ,yes)
425- HARDEXTMODULES+ = bsddb
425+ HARDEXTMODULES+ = bsddb185
426426endif
427427ifeq ($(CURSES ) ,yes)
428428 HARDEXTMODULES+ = _curses _curses_
@@ -575,7 +575,7 @@ xxsubtyp$(MODULE.EXT): xxsubtype$(MODULE.EXT)
575575 cp $^ $@
576576
577577# - optional modules (requiring other software to be installed)
578- bsddb $(MODULE.EXT ) : $(OUT ) bsddbmodule$O $(OUT ) bsddb_m .def $(PYTHON.IMPLIB )
578+ bsddb185 $(MODULE.EXT ) : $(OUT ) bsddbmodule$O $(OUT ) bsddb185_m .def $(PYTHON.IMPLIB )
579579 $(LD ) $(LDFLAGS.DLL ) -o $@ $(^^ ) $(L^ ) -ldb $(LIBS )
580580
581581crypt$(MODULE.EXT ) : $(OUT ) cryptmodule$O $(OUT ) crypt_m.def $(PYTHON.IMPLIB )
You can’t perform that action at this time.
0 commit comments