From 78f16e0bfd85835b5dd9daec9da8e598e4b4f7a4 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Wed, 18 Oct 2000 11:58:50 +0000 Subject: Upgrade to 2.0. --- lang/python20/files/Setup.OpenSSL | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lang/python20/files/Setup.OpenSSL') diff --git a/lang/python20/files/Setup.OpenSSL b/lang/python20/files/Setup.OpenSSL index 8e5c71a0efd7..c675971496ca 100644 --- a/lang/python20/files/Setup.OpenSSL +++ b/lang/python20/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 -- cgit v1.2.3