1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/lang/python26/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