mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
9 lines
217 B
Plaintext
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
|
||
|
|