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:
@@ -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}\"
|
||||
|
||||
Reference in New Issue
Block a user