/
githubmirror
/
os-python3.9
Обзор
Документация
Войти
/
githubmirror
/
os-python3.9
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
bullseye
debian/patches/link-timemodule.diff
13 строк
601 B
Matthias Klose
Imported Debian patch 3.9.2-1
21 мар 2022, 14:03
21 мар 2022, 14:03
96023b3
Код
Авторство
О чём код?
Index: b/Modules/Setup.dist =================================================================== --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -118,7 +118,7 @@ _collections _collectionsmodule.c # Cont itertools itertoolsmodule.c # Functions creating iterators for efficient looping atexit atexitmodule.c # Register functions to be run at interpreter-shutdown _stat _stat.c # stat.h interface -time timemodule.c # -lm # time operations and variables +time timemodule.c -lrt # -lm # time operations and variables # access to ISO C locale support _locale _localemodule.c # -lintl