diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-10-18 11:58:50 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-10-18 11:58:50 +0000 |
commit | 78f16e0bfd85835b5dd9daec9da8e598e4b4f7a4 (patch) | |
tree | 041e57f8b4b390901ce0d3a35c39d41f2234e3cd /lang/python20/files/Setup.OpenSSL | |
parent | Python 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.OpenSSL | 4 |
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 |