diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-09-08 11:41:43 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-09-08 11:41:43 +0000 |
commit | 21f7ea94473959d22410af6e738170fa343bb090 (patch) | |
tree | c28bc49d9d3ce1ed78ab50fd0c408cbde36783dc /lang/python30/files/Setup.OpenSSL | |
parent | d728f87be6f87185513df2ad8e9814fafd0e340b (diff) |
Notes
Diffstat (limited to 'lang/python30/files/Setup.OpenSSL')
-rw-r--r-- | lang/python30/files/Setup.OpenSSL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/python30/files/Setup.OpenSSL b/lang/python30/files/Setup.OpenSSL new file mode 100644 index 000000000000..8e5c71a0efd7 --- /dev/null +++ b/lang/python30/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 + |