From b681570899df5adcb0f29519d284ddcc5d8a7f6c Mon Sep 17 00:00:00 2001 From: Alexander Dahl Date: Tue, 10 Mar 2020 15:38:38 +0100 Subject: [PATCH] Update remaining advise to edit options.h You should edit localoptions.h instead. --- INSTALL | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 7dc4444..3c33ab2 100644 --- a/INSTALL +++ b/INSTALL @@ -56,7 +56,7 @@ Compiling for uClibc should be the same as normal, just set CC to the magic uClibc toolchain compiler (ie export CC=i386-uclibc-gcc or whatever). You can use "make STATIC=1" to make statically linked binaries, and it is advisable to strip the binaries too. If you're looking to make a small binary, -you should remove unneeded ciphers and MD5, by editing options.h +you should remove unneeded ciphers and MD5, by editing localoptions.h It is possible to compile zlib in, by copying zlib.h and zconf.h into a subdirectory (ie zlibincludes), and diff --git a/configure.ac b/configure.ac index 9996c34..b98f095 100644 --- a/configure.ac +++ b/configure.ac @@ -873,4 +873,4 @@ AC_MSG_NOTICE([crypt() not available, dropbear server will not have password aut fi AC_MSG_NOTICE() -AC_MSG_NOTICE([Now edit options.h to choose features.]) +AC_MSG_NOTICE([Now edit localoptions.h to choose features.])