summaryrefslogtreecommitdiff
path: root/lang/python27/files/Setup.OpenSSL
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python27/files/Setup.OpenSSL')
-rw-r--r--lang/python27/files/Setup.OpenSSL8
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/python27/files/Setup.OpenSSL b/lang/python27/files/Setup.OpenSSL
new file mode 100644
index 000000000000..8e5c71a0efd7
--- /dev/null
+++ b/lang/python27/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
+