STINNER Victor <vstin...@redhat.com> added the comment:
build.diff: Difference without/with the patch on Python build from source. Example: - CPPFLAGS = "-I. -I./Include" + CPPFLAGS = "-I. -I/Include" This change is wrong: /Include directory doesn't exist. Another example: - LIBPL = "/usr/local/lib/python3.8/config-3.8dm-x86_64-linux-gnu" + LIBPL = "/usr/local/lib/python3.8/config-dm-x86_64-linux-gnu" I don't understand why "3.8" is removed from the path. ---------- Added file: https://bugs.python.org/file48004/build.diff _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue17679> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com