mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
8 lines
217 B
Text
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
|
|
|