]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 Jun 2020 13:54:54 +0000 (06:54 -0700)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2020 13:54:54 +0000 (06:54 -0700)
commit6cb24a035c5980cab39b6dc5d70762af07293bea
treeddb6889a2956a464206dd24c03b48c79aa4c0a13
parent1a819ca1877cebb79b9a889de497dc638b4cf635
bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)

"make install" now uses the PLATLIBDIR variable for the destination
lib-dynload/ directory when ./configure --with-platlibdir is used.

Update --with-platlibdir comment in configure.
(cherry picked from commit 51ae31e5b93b986e57a7e18e25f981a6ffcdefb7)

Co-authored-by: Victor Stinner <vstinner@python.org>
Makefile.pre.in
Misc/NEWS.d/next/Build/2020-06-08-19-57-05.bpo-40684.WIY2-i.rst [new file with mode: 0644]
configure
configure.ac