From 21f7ea94473959d22410af6e738170fa343bb090 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Fri, 8 Sep 2000 11:41:43 +0000 Subject: Upgrade to 1.6. --- lang/python21/files/Setup.OpenSSL | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lang/python21/files/Setup.OpenSSL (limited to 'lang/python21/files/Setup.OpenSSL') 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 + -- cgit v1.2.3