1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/lang/python20/files/Setup.OpenSSL
2000-09-08 11:41:43 +00:00

9 lines
217 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