[3.7] bpo-36508: python-config don't export LINKFORSHARED (GH-12661) by miss-islington · Pull Request #12748 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
vstinner merged 1 commit intopython:3.7from
Apr 16, 2019Merged
[3.7] bpo-36508: python-config don't export LINKFORSHARED (GH-12661)#12748
vstinner merged 1 commit intopython:3.7from
[3.7] bpo-36508: python-config don't export LINKFORSHARED (GH-12661)#12748
vstinner merged 1 commit intopython:3.7from
Conversation
Copy link Copy Markdown
Contributor
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
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>
bedevere-bot
mentioned this pull request
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
Copy link Copy Markdown
Member
vstinner
commented
Apr 9, 2019
vstinner commented
Apr 9, 2019The backport is straightfoward, but I would prefer to see the buildbot runnings on it before merging it into 3.7.
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Apr 9, 2019
miss-islington commented
Apr 9, 2019@vstinner: Status check is done, and it's a success ✅ .
vstinner
merged commit
cd46b09
into
python:3.7
bedevere-bot
removed
the
awaiting review
label
miss-islington
deleted the
backport-e65f01f-3.7
branch
thp
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment