mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-45433: Do not link libpython against libcrypt (GH-28881)
Save/restore LIBS when calling AC_SEARCH_LIBS(..., crypt). This avoid linking libpython with libcrypt.
This commit is contained in:
parent
ce3489cfdb
commit
be21706f37
4 changed files with 9 additions and 0 deletions
|
@ -457,6 +457,8 @@ Build Changes
|
|||
* CPython can now be built with the ThinLTO option via ``--with-lto=thin``.
|
||||
(Contributed by Dong-hee Na and Brett Holman in :issue:`44340`.)
|
||||
|
||||
* libpython is no longer linked against libcrypt.
|
||||
(Contributed by Mike Gilbert in :issue:`45433`.)
|
||||
|
||||
C API Changes
|
||||
=============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue