summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2017-06-27 22:42:32 +0800
committerMatt Johnston <matt@ucc.asn.au>2017-06-27 22:42:32 +0800
commitb3f129dda57a18b965687693480ff44524f0a4b9 (patch)
treeeee87b14d59355436817f7d375bf2be6c36247ab /INSTALL
parent5e00e6aaf059eaab919ccdefb5bd571a9d278aa3 (diff)
downloaddropbear-b3f129dda57a18b965687693480ff44524f0a4b9.tar.gz
document --enable-static in place of STATIC=1
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 6ccdde8..58ba328 100644
--- a/INSTALL
+++ b/INSTALL
@@ -22,7 +22,11 @@ recompiling - bad things will happen otherwise)
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"