wok-current diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python/stuff/python_enablessl.patch	Fri Apr 19 12:48:51 2024 +0000
     1.3 @@ -0,0 +1,17 @@
     1.4 +--- a/Modules/Setup.dist
     1.5 ++++ b/Modules/Setup.dist
     1.6 +@@ -215,10 +215,10 @@
     1.7 + 
     1.8 + # Socket module helper for SSL support; you must comment out the other
     1.9 + # socket line above, and possibly edit the SSL variable:
    1.10 +-#SSL=/usr/local/ssl
    1.11 +-#_ssl _ssl.c \
    1.12 +-#	-DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \
    1.13 +-#	-L$(SSL)/lib -lssl -lcrypto
    1.14 ++SSL=/usr
    1.15 ++_ssl _ssl.c \
    1.16 ++	-DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \
    1.17 ++	-L$(SSL)/lib -lssl -lcrypto
    1.18 + 
    1.19 + # The crypt module is now disabled by default because it breaks builds
    1.20 + # on many systems (where -lcrypt is needed), e.g. Linux (I believe).