mirror of https://github.com/hak5/openwrt.git
21 lines
646 B
Diff
21 lines
646 B
Diff
|
--- 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@
|