kumquat-buildroot/package/busybox
Arnout Vandecappelle 5e0f1e1fcf busybox: fix link with tirpc
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>
2012-11-21 11:07:35 +01:00
..
busybox-1.19.4 busybox: add 1.19.4 / 1.20.2 fixes 2012-09-04 13:08:19 +02:00
busybox-1.20.2 busybox: add 1.20.2 upstream fixes 2012-10-29 13:51:40 +01:00
busybox-1.18.x.config busybox: enable CONFIG_FEATURE_MDEV_RENAME 2012-01-02 22:49:44 +01:00
busybox-1.19.x.config busybox: enable CONFIG_FEATURE_MDEV_RENAME 2012-01-02 22:49:44 +01:00
busybox-1.20.x.config busybox: add new 1.20.0, remove deprecated, mark 1.18.x deprecated 2012-04-29 10:51:14 +02:00
busybox.mk busybox: fix link with tirpc 2012-11-21 11:07:35 +01:00
Config.in busybox: bump 1.20.x series to 1.20.2 2012-07-02 20:24:21 +02:00
mdev.conf
S01logging Remove stray $ character from a bunch of init scripts 2012-03-15 22:11:25 +01:00
S10mdev Remove stray $ character from a bunch of init scripts 2012-03-15 22:11:25 +01:00
S15watchdog busybox: add watchdog daemon startup script 2012-05-06 22:43:52 +02:00
udhcpc.script