5e0f1e1fcf
Busybox does partial linking of its modules before linking everything together into the binary. Those partial links are done without the standard libraries, but that also means -ltirpc can't be found. In addition, this probably fails horribly with static linking (untested). The problem is that the LDFLAGS are also used in the partial links. So instead, use CFLAGS_busybox, which is only used for the busybox link step. Also make sure that this is passed through the environment, not on the command line, so the busybox Makefile can still append to it. Fixes e.g. http://autobuild.buildroot.net/results/e8351e3ba86fdcdb2999548658271a6fde0526a9 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> |
||
---|---|---|
.. | ||
busybox-1.19.4 | ||
busybox-1.20.2 | ||
busybox-1.18.x.config | ||
busybox-1.19.x.config | ||
busybox-1.20.x.config | ||
busybox.mk | ||
Config.in | ||
mdev.conf | ||
S01logging | ||
S10mdev | ||
S15watchdog | ||
udhcpc.script |