summaryrefslogtreecommitdiff
path: root/lang/python31/files/Setup.OpenSSL
blob: 8e5c71a0efd797361bb160b39f48308db09f7186 (plain) (blame)
1
2
3
4
5
6
7
8
*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