python-curl: fix build on macos
authorSergey V. Lobanov <sergey@lobanov.in>
Fri, 14 Jan 2022 17:45:31 +0000 (20:45 +0300)
committerRosen Penev <rosenp@gmail.com>
Wed, 19 Jan 2022 02:09:35 +0000 (18:09 -0800)
commit0e6a33a3a444058430c6fe3435fbb70eae464eb4
tree3c5a311f7f06e05cdba24840203f1b408f4f57dd
parent042bf16072627d763ba22a4d80c03cb32406a936
python-curl: fix build on macos

setup.py detects macos (darwin) and adds -flat_namespace flag. This
flag is not compatible with GCC that is used to compile target.

This patch patch disables darwin detection

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
lang/python/python-curl/Makefile
lang/python/python-curl/patches/100_macos_compat.patch [new file with mode: 0644]