mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-45800: Move pyexpat build setup into configure (GH-29547)
Settings for :mod:`pyexpat` C extension are now detected by ``configure``. The bundled ``expat`` library is built in ``Makefile``. Signed-off-by: Christian Heimes <christian@python.org>
This commit is contained in:
parent
25835c518a
commit
464e6616be
6 changed files with 176 additions and 57 deletions
|
@ -172,8 +172,8 @@ time timemodule.c
|
|||
#select selectmodule.c
|
||||
|
||||
# XML
|
||||
#_elementtree -I$(srcdir)/Modules/expat _elementtree.c
|
||||
#pyexpat -I$(srcdir)/Modules/expat expat/xmlparse.c expat/xmlrole.c expat/xmltok.c pyexpat.c
|
||||
#_elementtree _elementtree.c $(EXPAT_CFLAGS)
|
||||
#pyexpat pyexpat.c $(EXPAT_CFLAGS) $(EXPAT_LDFLAGS)
|
||||
|
||||
# hashing builtins
|
||||
#_blake2 _blake2/blake2module.c _blake2/blake2b_impl.c _blake2/blake2s_impl.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue