Fix python modules not using sysroot.

This commit is contained in:
Jonas 'Sortie' Termansen 2022-06-17 22:14:37 +02:00
parent 00681172dc
commit 36d9de7f54
1 changed files with 1 additions and 1 deletions

View File

@ -884,7 +884,7 @@ diff -Paur --no-dereference -- python.upstream/Modules/Setup.dist python/Modules
# This require zlib 1.1.3 (or later).
# See http://www.gzip.org/zlib/
-#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
+zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
+zlib zlibmodule.c -lz
# Interface to the Expat XML parser
#