mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7 lines
198 B
Plaintext
7 lines
198 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
|
|
|