diff options
Diffstat (limited to 'lang/python31/files/Setup.OpenSSL')
-rw-r--r-- | lang/python31/files/Setup.OpenSSL | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/python31/files/Setup.OpenSSL b/lang/python31/files/Setup.OpenSSL index 8e5c71a0efd7..c675971496ca 100644 --- a/lang/python31/files/Setup.OpenSSL +++ b/lang/python31/files/Setup.OpenSSL @@ -2,7 +2,5 @@ # Socket module compiled with SSL support; you must edit the SSL variable: SSL=/usr -socket socketmodule.c \ - -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \ - -L$(SSL)/lib -lssl -lcrypto +_socket socketmodule.c -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl -L$(SSL)/lib -lssl -lcrypto |