Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7a8cad

Browse files
author
Andrew MacIntyre
committed
make BSDDB 1.85 module buildable again after BSDDB3 module import
1 parent c4c127b commit e7a8cad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PC/os2emx/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ DESCRIPTION.crypt$(MODULE.EXT)= Python Extension DLL implementing the crypt$(BR
236236
DESCRIPTION._tkinter$(MODULE.EXT)= Python Extension DLL for access to Tcl/Tk Environment
237237
DESCRIPTION.mpz$(MODULE.EXT)= Python Extension DLL for access to GNU multi-precision library
238238
DESCRIPTION.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
240240
DESCRIPTION._curses$(MODULE.EXT)= Python Extension DLL for access to ncurses library
241241
DESCRIPTION.pyexpat$(MODULE.EXT)= Python Extension DLL for access to expat library
242242

@@ -422,7 +422,7 @@ ifeq ($(GREADLINE),yes)
422422
HARDEXTMODULES+= readline
423423
endif
424424
ifeq ($(BSDDB),yes)
425-
HARDEXTMODULES+= bsddb
425+
HARDEXTMODULES+= bsddb185
426426
endif
427427
ifeq ($(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

581581
crypt$(MODULE.EXT): $(OUT)cryptmodule$O $(OUT)crypt_m.def $(PYTHON.IMPLIB)

0 commit comments

Comments
 (0)