summaryrefslogtreecommitdiff
path: root/lang/python20/files/Setup.OpenSSL
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-10-18 11:58:50 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-10-18 11:58:50 +0000
commit78f16e0bfd85835b5dd9daec9da8e598e4b4f7a4 (patch)
tree041e57f8b4b390901ce0d3a35c39d41f2234e3cd /lang/python20/files/Setup.OpenSSL
parentPython 2.0 is the new default version. 1.6 is history. (diff)
Upgrade to 2.0.
Notes
Notes: svn path=/head/; revision=33960
Diffstat (limited to 'lang/python20/files/Setup.OpenSSL')
-rw-r--r--lang/python20/files/Setup.OpenSSL4
1 files changed, 1 insertions, 3 deletions
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