mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
6 lines
198 B
Text
6 lines
198 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
|
|
|