◐ Shell
clean mode source ↗

bpo-36508: python-config don't export LINKFORSHARED by vstinner · Pull Request #12661 · python/cpython

python-config --ldflags no longer includes flags of the LINKFORSHARED
variable. The LINKFORSHARED variable must only be used to build
executables.

@vstinner

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Apr 9, 2019
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 e65f01f)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

vstinner added a commit that referenced this pull request

Apr 16, 2019
)

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 e65f01f)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

@thp thp mentioned this pull request

Jun 4, 2019