1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-04 19:09:16 -04:00
ports/lang/python20/files/Setup.OpenSSL
2000-10-18 11:58:50 +00:00

6 lines
198 B
Text

*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