◐ Shell
clean mode source ↗

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

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@tiran

@tiran 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 tiran changed the title bpo-45847: Fix _crypt detection on Ubuntu bpo-45847: Fix _crypt detection on Ubuntu (GH-29743)

Nov 24, 2021

@tiran tiran merged commit 64c3807 into python:main

Nov 24, 2021

@tiran 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@erlend-aasland erlend-aasland Awaiting requested review from erlend-aasland erlend-aasland is a code owner

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@tiran @the-knights-who-say-ni @bedevere-bot