/
UCS
/
openwrt_packages
Обзор
Документация
Войти
/
UCS
/
openwrt_packages
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
lang/python/python3/patches/025-choose-python-config-version.patch
10 строк
421 B
Jeffery To
python3: Update to 3.11.7, refresh patches
13 дек 2023, 09:16
13 дек 2023, 09:16
d4f5759
Код
Авторство
О чём код?
--- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2178,7 +2178,7 @@ python-config: $(srcdir)/Misc/python-con @ # On Darwin, always use the python version of the script, the shell @ # version doesn't use the compiler customizations that are provided @ # in python (_osx_support.py). - @if test `uname -s` = Darwin; then \ + @if test "$(USE_PYTHON_CONFIG_PY)" = 1; then \ cp python-config.py python-config; \ fi