FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-45847: Fix _crypt detection on Ubuntu (GH-29743) by tiran · Pull Request #29743 · python/cpython · GitHub

/ cpython Public

bpo-45847: Fix _crypt detection on Ubuntu (GH-29743) - #29743

Merged
tiran merged 1 commit into
python:mainfrom
tiran:bpo-45847-crypt2
Nov 24, 2021
Merged

bpo-45847: Fix _crypt detection on Ubuntu (GH-29743)#29743
tiran merged 1 commit into
python:mainfrom
tiran:bpo-45847-crypt2

Conversation

tiran commented Nov 24, 2021
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

For some reason the linker check does not work on Ubuntu if -lcrypt
is in LDFLAGS instead of LIBS.

https://bugs.python.org/issue45847

For some reason the linker check does not work on Ubuntu if ``-lcrypt``
is in ``LDFLAGS`` instead of ``LIBS``.
tiran requested a review from erlend-aasland November 24, 2021 09:20
tiran changed the title bpo-45847: Fix _crypt detection on Ubuntu bpo-45847: Fix _crypt detection on Ubuntu (GH-29743) Nov 24, 2021
tiran merged commit 64c3807 into python:main Nov 24, 2021
tiran deleted the bpo-45847-crypt2 branch November 24, 2021 09:47
remykarem pushed a commit to remykarem/cpython that referenced this pull request Dec 7, 2021
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL