]> granicus.if.org Git - python/commit
bpo-36508: python-config don't export LINKFORSHARED (GH-12661)
authorVictor Stinner <vstinner@redhat.com>
Tue, 9 Apr 2019 16:12:44 +0000 (18:12 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Apr 2019 16:12:44 +0000 (18:12 +0200)
commite65f01f78d7bda3013fc5be485afa87ff56511d9
tree01b62d53ee1489e18155a1fb183b4a488b8d09fc
parent2ee077f7955e0349074f16a7afee40b4914619f7
bpo-36508: python-config don't export LINKFORSHARED (GH-12661)

python-config --ldflags no longer includes flags of the LINKFORSHARED
variable. The LINKFORSHARED variable must only be used to build
executables.
Makefile.pre.in
Misc/NEWS.d/next/Build/2019-04-02-17-01-23.bpo-36508.SN5Y6N.rst [new file with mode: 0644]
Misc/python-config.in
Misc/python-config.sh.in