[PATCH] Update remaining advise to edit options.h

Alexander Dahl ada at thorsis.com
Tue Mar 10 22:53:05 AWST 2020


# HG changeset patch
# User Alexander Dahl <ada at thorsis.com>
# Date 1583851118 -3600
#      Tue Mar 10 15:38:38 2020 +0100
# Node ID 1fb7cd010d7da0d7deb8b7571fd3d4a8af46fc86
# Parent  7402218141d4af3bec95929226ce5f0e435313a2
Update remaining advise to edit options.h

You should edit localoptions.h instead.

diff --git a/INSTALL b/INSTALL
--- a/INSTALL
+++ b/INSTALL
@@ -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 --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -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.])


More information about the Dropbear mailing list