mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
* Modules/Setup.*: removed all except Setup.in (huh? I thought
I'd done that already?!); disable gdbm by default * configure.in, */Makefile*.in: OPT can now be specified in the env at configure time and will then be put in all Makefiles as default * */Makefile*.in: remove lib*.a before adding to it
This commit is contained in:
parent
aa0f4c73e5
commit
794b93ea8a
2 changed files with 3 additions and 2 deletions
|
@ -205,7 +205,7 @@ rotor rotormodule.o
|
|||
|
||||
# Anthony Baxter's gdbm module (derived from Jack's dbm module)
|
||||
# GNU dbm(3) will require -lgdbm
|
||||
gdbm gdbmmodule.o -I/usr/local/include -L/usr/local/lib -lgdbm
|
||||
# gdbm gdbmmodule.o -I/usr/local/include -L/usr/local/lib -lgdbm
|
||||
|
||||
|
||||
# Example -- included for reference only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue