]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-119538: Add missing expat build dependencies (GH-119647) (#119686)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 28 May 2024 22:10:49 +0000 (00:10 +0200)
committerGitHub <noreply@github.com>
Tue, 28 May 2024 22:10:49 +0000 (22:10 +0000)
xmltok_impl.c and xmltok_ns.c are _included_ in xmltok.c by the C
pre-processor.

(cherry picked from commit 606be663622c6784aed4ffa55b877adbd6fe8e54)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
Makefile.pre.in

index 548a4ec8a58c76d4eae2757707d2798a0a9db070..4a957fb0044fcae522f71e14ddf375dad642af51 100644 (file)
@@ -578,7 +578,9 @@ LIBEXPAT_HEADERS= \
                Modules/expat/utf8tab.h \
                Modules/expat/xmlrole.h \
                Modules/expat/xmltok.h \
-               Modules/expat/xmltok_impl.h
+               Modules/expat/xmltok_impl.h \
+               Modules/expat/xmltok_impl.c \
+               Modules/expat/xmltok_ns.c
 
 ##########################################################################
 # hashlib's HACL* library