comparison INSTALL @ 1447:8f88f4290b22

document --enable-static in place of STATIC=1
author Matt Johnston <matt@ucc.asn.au>
date Tue, 27 Jun 2017 22:42:32 +0800
parents 2d943453cecf
children 72fd994fe7bd
comparison
equal deleted inserted replaced
1446:b8764eee6bdb 1447:8f88f4290b22
20 recompile after changing the PROGRAMS list, you *MUST* "make clean" before 20 recompile after changing the PROGRAMS list, you *MUST* "make clean" before
21 recompiling - bad things will happen otherwise) 21 recompiling - bad things will happen otherwise)
22 22
23 See MULTI for instructions on making all-in-one binaries. 23 See MULTI for instructions on making all-in-one binaries.
24 24
25 If you want to compile statically, add "STATIC=1" to the make command-line. 25 If you want to compile statically use ./configure --enable-static
26
27 By default Dropbear adds various build flags that improve robustness
28 against programming bugs (good for security) - if these cause problems
29 they can be disabled with ./configure --disable-harden
26 30
27 Binaries can be stripped with "make strip" 31 Binaries can be stripped with "make strip"
28 32
29 ============================================================================ 33 ============================================================================
30 34