freebsd-ports/lang/python21/files/Setup.OpenSSL
2000-10-18 11:58:50 +00:00

7 lines
198 B
Plaintext

*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