diff INSTALL @ 1455:4afde04f0607 fuzz

merge up to date
author Matt Johnston <matt@ucc.asn.au>
date Tue, 23 Jan 2018 22:46:07 +0800
parents 8f88f4290b22
children 72fd994fe7bd
line wrap: on
line diff
--- a/INSTALL	Mon Aug 14 00:00:10 2017 +0800
+++ b/INSTALL	Tue Jan 23 22:46:07 2018 +0800
@@ -22,7 +22,11 @@
 
 See MULTI for instructions on making all-in-one binaries.
 
-If you want to compile statically, add "STATIC=1" to the make command-line.
+If you want to compile statically use ./configure --enable-static
+
+By default Dropbear adds various build flags that improve robustness 
+against programming bugs (good for security) - if these cause problems
+they can be disabled with ./configure --disable-harden
 
 Binaries can be stripped with "make strip"