diff options
Diffstat (limited to 'lang/python21/files/Setup.OpenSSL')
-rw-r--r-- | lang/python21/files/Setup.OpenSSL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/python21/files/Setup.OpenSSL b/lang/python21/files/Setup.OpenSSL new file mode 100644 index 000000000000..8e5c71a0efd7 --- /dev/null +++ b/lang/python21/files/Setup.OpenSSL @@ -0,0 +1,8 @@ +*static* + +# 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 + |