1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/python32/files/Setup.OpenSSL

7 lines
198 B
Plaintext
Raw Normal View History

2000-09-08 11:41:43 +00:00
*static*
# Socket module compiled with SSL support; you must edit the SSL variable:
SSL=/usr
2000-10-18 11:58:50 +00:00
_socket socketmodule.c -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl -L$(SSL)/lib -lssl -lcrypto
2000-09-08 11:41:43 +00:00