You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
646 B
20 lines
646 B
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -28,7 +28,7 @@ COMMONOBJS=dbutil.o buffer.o \
|
|
queue.o \
|
|
atomicio.o compat.o fake-rfc2553.o
|
|
|
|
-SVROBJS=@CRYPTLIB@ svr-kex.o svr-algo.o svr-auth.o sshpty.o \
|
|
+SVROBJS=svr-kex.o svr-algo.o svr-auth.o sshpty.o \
|
|
svr-authpasswd.o svr-authpubkey.o svr-authpubkeyoptions.o svr-session.o svr-service.o \
|
|
svr-chansession.o svr-runopts.o svr-agentfwd.o svr-main.o svr-x11fwd.o\
|
|
svr-tcpfwd.o svr-authpam.o
|
|
@@ -77,7 +77,7 @@ STRIP=@STRIP@
|
|
INSTALL=@INSTALL@
|
|
CPPFLAGS=@CPPFLAGS@
|
|
CFLAGS+=-I. -I$(srcdir) $(CPPFLAGS) @CFLAGS@
|
|
-LIBS+=@LIBS@
|
|
+LIBS+=@CRYPTLIB@ @LIBS@
|
|
LDFLAGS=@LDFLAGS@
|
|
|
|
EXEEXT=@EXEEXT@
|
|
|