/
UCS
/
openwrt_packages
Обзор
Документация
Войти
/
UCS
/
openwrt_packages
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
lang/python/python-curl/patches/100_macos_compat.patch
15 строк
525 B
Waldemar Konik
python-curl: update to version 7.45.2
23 дек 2022, 03:32
23 дек 2022, 03:32
da564ae
Код
Авторство
О чём код?
Support build on MacOS This patch should be deleted after resolving https://github.com/pycurl/pycurl/issues/727 --- --- a/setup.py +++ b/setup.py @@ -341,9 +341,6 @@ ignore this message.''') if not self.libraries: self.libraries.append("curl") - # Add extra compile flag for MacOS X - if sys.platform.startswith('darwin'): - self.extra_link_args.append("-flat_namespace") # Recognize --avoid-stdio on Unix so that it can be tested self.check_avoid_stdio()