Mercurial > dropbear
comparison INSTALL @ 1667:986126448688
Update remaining advise to edit options.h
You should edit localoptions.h instead.
author | Alexander Dahl <ada@thorsis.com> |
---|---|
date | Tue, 10 Mar 2020 15:38:38 +0100 |
parents | 2fd52c383163 |
children | 295377ecbf49 |
comparison
equal
deleted
inserted
replaced
1666:c148e7afa0d1 | 1667:986126448688 |
---|---|
54 | 54 |
55 Compiling for uClibc should be the same as normal, just set CC to the magic | 55 Compiling for uClibc should be the same as normal, just set CC to the magic |
56 uClibc toolchain compiler (ie export CC=i386-uclibc-gcc or whatever). | 56 uClibc toolchain compiler (ie export CC=i386-uclibc-gcc or whatever). |
57 You can use "make STATIC=1" to make statically linked binaries, and it is | 57 You can use "make STATIC=1" to make statically linked binaries, and it is |
58 advisable to strip the binaries too. If you're looking to make a small binary, | 58 advisable to strip the binaries too. If you're looking to make a small binary, |
59 you should remove unneeded ciphers and MD5, by editing options.h | 59 you should remove unneeded ciphers and MD5, by editing localoptions.h |
60 | 60 |
61 It is possible to compile zlib in, by copying zlib.h and zconf.h into a | 61 It is possible to compile zlib in, by copying zlib.h and zconf.h into a |
62 subdirectory (ie zlibincludes), and | 62 subdirectory (ie zlibincludes), and |
63 | 63 |
64 export CFLAGS="-Izlibincludes -I../zlibincludes" | 64 export CFLAGS="-Izlibincludes -I../zlibincludes" |