diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-05 20:11:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-05 20:11:11 +0200 |
commit | 328d2dfe246388350da364b3faab846ae4c4b4ec (patch) | |
tree | b1621198fda3c483fdb454f1b19917767e06a6cf /package/dropbear/patches/patch-Makefile_in | |
parent | c756e0cdb615efc8dae721774dace70c2be167e6 (diff) | |
parent | 37c9ea3cb1b50e51371f49b9fd1d4e7b3b44b19f (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/dropbear/patches/patch-Makefile_in')
-rw-r--r-- | package/dropbear/patches/patch-Makefile_in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/package/dropbear/patches/patch-Makefile_in b/package/dropbear/patches/patch-Makefile_in new file mode 100644 index 000000000..9f5447d74 --- /dev/null +++ b/package/dropbear/patches/patch-Makefile_in @@ -0,0 +1,23 @@ +--- dropbear-0.53.1.orig/Makefile.in 2011-03-02 14:23:34.000000000 +0100 ++++ dropbear-0.53.1/Makefile.in 2011-08-02 20:34:28.000000000 +0200 +@@ -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 +@@ -75,9 +75,8 @@ AR=@AR@ + RANLIB=@RANLIB@ + STRIP=@STRIP@ + INSTALL=@INSTALL@ +-CPPFLAGS=@CPPFLAGS@ +-CFLAGS+=-I. -I$(srcdir) $(CPPFLAGS) @CFLAGS@ +-LIBS+=@LIBS@ ++CPPFLAGS=@CPPFLAGS@ -I. -I$(srcdir) ++LIBS+=@LIBS@ @CRYPTLIB@ + LDFLAGS=@LDFLAGS@ + + EXEEXT=@EXEEXT@ |