]> xenbits.xensource.com Git - unikraft/libs/python3.git/commit
Makefile.uk: Fix generated header include path
authorAndrei Tatar <andrei@unikraft.io>
Tue, 29 Aug 2023 00:10:01 +0000 (02:10 +0200)
committerRazvan Deaconescu <razvan.deaconescu@upb.ro>
Sun, 1 Oct 2023 04:50:47 +0000 (07:50 +0300)
commit5900336e7fe5d8ebf6542f08ea5913cf86c089a7
tree70c97736c3c81ce1ede71a86d4dda6944f7858ef
parent8d59ff190f019e9a182b1e5401196a6adf4ed026
Makefile.uk: Fix generated header include path

Previously LIBPYTHON3_SRC was in the include path, leading to a wrong
pyconfig.h, if present, to be pulled into the Python build. Such a file
could remain after being generated by a rootfs build.
This change both removes LIBPYTHON3_SRC from the include path, as it
provides no needed headers, as well as ensures that the rootfs build
does not leave a pyconfig.h file in the origin directory.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Radu Nichita <radunichita99@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
GitHub-Closes: #19
Makefile.uk