# HG changeset patch # User Alexander Dahl # Date 1583851118 -3600 # Node ID 986126448688313427710960f359d686de0c555f # Parent c148e7afa0d11c2dbeed8bbbfb1fc8e2f03cbb74 Update remaining advise to edit options.h You should edit localoptions.h instead. diff -r c148e7afa0d1 -r 986126448688 INSTALL --- a/INSTALL Wed Mar 18 23:37:45 2020 +0800 +++ b/INSTALL Tue Mar 10 15:38:38 2020 +0100 @@ -56,7 +56,7 @@ 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 -r c148e7afa0d1 -r 986126448688 configure.ac --- a/configure.ac Wed Mar 18 23:37:45 2020 +0800 +++ b/configure.ac Tue Mar 10 15:38:38 2020 +0100 @@ -873,4 +873,4 @@ fi AC_MSG_NOTICE() -AC_MSG_NOTICE([Now edit options.h to choose features.]) +AC_MSG_NOTICE([Now edit localoptions.h to choose features.])