commit | cd46b09b0863c787dd54c433fae52bd8bdfaecd0 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Apr 16 06:01:33 2019 -0700 |
committer | Victor Stinner <vstinner@redhat.com> | Tue Apr 16 15:01:33 2019 +0200 |
tree | 987ea0adf52010f92bb8f8aa4564bfda48287ba0 | |
parent | 2815bf5b1f39b9f677135473392887a8d261fc97 [diff] |
bpo-36508: python-config don't export LINKFORSHARED (GH-12661) (GH-12748) python-config --ldflags no longer includes flags of the LINKFORSHARED variable. The LINKFORSHARED variable must only be used to build executables. (cherry picked from commit e65f01f78d7bda3013fc5be485afa87ff56511d9) Co-authored-by: Victor Stinner <vstinner@redhat.com>