freebsd-ports/lang/python24/files/Setup.OpenSSL
2000-09-08 11:41:43 +00:00

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