comparison 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
comparison
equal deleted inserted replaced
1450:5b25d86b865b 1455:4afde04f0607
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