Skip to content

Commit 46a37a1

Browse files
[3.12] gh-119538: Add missing expat build dependencies (GH-119647) (#119686)
xmltok_impl.c and xmltok_ns.c are _included_ in xmltok.c by the C pre-processor. (cherry picked from commit 606be66) Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent 4a0af0c commit 46a37a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile.pre.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,9 @@ LIBEXPAT_HEADERS= \
578578
Modules/expat/utf8tab.h \
579579
Modules/expat/xmlrole.h \
580580
Modules/expat/xmltok.h \
581-
Modules/expat/xmltok_impl.h
581+
Modules/expat/xmltok_impl.h \
582+
Modules/expat/xmltok_impl.c \
583+
Modules/expat/xmltok_ns.c
582584

583585
##########################################################################
584586
# hashlib's HACL* library

0 commit comments

Comments
 (0)