diff options
author | Christian Heimes <christian@python.org> | 2021-11-23 21:26:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 21:26:50 (GMT) |
commit | 095bc8f0d6845dded8f67fbc6eca20dfac8b3929 (patch) | |
tree | 2fc5b7e663019beefe3be19b6c127f79bd22ed18 /Modules | |
parent | f840398a5fd8741653c26eb8641c48656c9800d4 (diff) | |
download | cpython-095bc8f0d6845dded8f67fbc6eca20dfac8b3929.zip cpython-095bc8f0d6845dded8f67fbc6eca20dfac8b3929.tar.gz cpython-095bc8f0d6845dded8f67fbc6eca20dfac8b3929.tar.bz2 |
bpo-45847: Port _crypt to PY_STDLIB_MOD (GH-29725)
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Setup.stdlib.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Setup.stdlib.in b/Modules/Setup.stdlib.in index 338de84..7422ddb 100644 --- a/Modules/Setup.stdlib.in +++ b/Modules/Setup.stdlib.in @@ -98,6 +98,8 @@ # Modules with some UNIX dependencies # +# needs -lcrypt on some systems +@MODULE__CRYPT_TRUE@_crypt _cryptmodule.c @MODULE_FCNTL_TRUE@fcntl fcntlmodule.c @MODULE_GRP_TRUE@grp grpmodule.c @MODULE_MMAP_TRUE@mmap mmapmodule.c |