1
0
mirror of https://github.com/tiyn/ii.git synced 2026-02-22 06:34:48 +01:00

ssl: applying ssl patch to version 1.7

This commit is contained in:
TiynGER
2020-12-27 18:32:55 +01:00
parent 33583287cc
commit 301372c5dd
3 changed files with 54 additions and 18 deletions

View File

@@ -16,7 +16,7 @@ VERSION = 1.7
# includes and libs
INCLUDES = -I. -I${INCDIR} -I/usr/include
LIBS = -L${LIBDIR} -L/usr/lib -lc
LIBS = -L${LIBDIR} -L/usr/lib -lc -lssl -lcrypto
# uncomment and comment other variables for compiling on Solaris
#LIBS = -L${LIBDIR} -L/usr/lib -lc -lsocket -lnsl
#CFLAGS = -g ${INCLUDES} -DVERSION=\"${VERSION}\"