wok-current view python/stuff/python_enablessl.patch @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents
children
line source
1 --- a/Modules/Setup.dist
2 +++ b/Modules/Setup.dist
3 @@ -215,10 +215,10 @@
5 # Socket module helper for SSL support; you must comment out the other
6 # socket line above, and possibly edit the SSL variable:
7 -#SSL=/usr/local/ssl
8 -#_ssl _ssl.c \
9 -# -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \
10 -# -L$(SSL)/lib -lssl -lcrypto
11 +SSL=/usr
12 +_ssl _ssl.c \
13 + -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \
14 + -L$(SSL)/lib -lssl -lcrypto
16 # The crypt module is now disabled by default because it breaks builds
17 # on many systems (where -lcrypt is needed), e.g. Linux (I believe).