0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-07-04 17:13:02 +00:00
Files
termux-packages/packages/python-pillow/setup.py.patch
Fredrik Fornwall 092ce80e45 fix(main/python-pillow): Fix undefined symbols
Fixes the following build error:
> ERROR: ./lib/python3.11/site-packages/PIL/_imaging.cpython-311.so contains undefined symbols:
>    89: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT   UND log
>   109: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT   UND fmod
>   111: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT   UND hypot
>   113: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT   UND sincos
>   114: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT   UND sin
> ERROR: ./lib/python3.11/site-packages/PIL/_imagingmath.cpython-311.so contains undefined symbols:
>    12: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT   UND pow
>    14: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT   UND fmod
>    15: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT   UND powf
2024-05-22 00:26:08 +02:00

2.1 KiB