diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-11-02 14:47:01 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-04 22:00:19 +0100 |
commit | 55227475957af0a6a9d1377bc9e2e6103febedba (patch) | |
tree | a6b8d0f6e525d04de777fe497edfa0627da0b4ec /package/directfb-examples/directfb-examples.mk | |
parent | 337a59d9e47772c89ecd1e4523e300e5e3c642ce (diff) | |
download | buildroot-55227475957af0a6a9d1377bc9e2e6103febedba.tar.gz buildroot-55227475957af0a6a9d1377bc9e2e6103febedba.zip |
dhcpcd: needs MMU
dhcpcd fails to build on non-MMU platforms, even with the
--disable-fork option:
bind.o: In function `_daemonise':
bind.c:(.text+0x62): undefined reference to `_fork'
collect2: ld returned 1 exit status
Therefore, we make dhcpcd depend on MMU support, and remove the
non-MMU condition in the .mk file. More recent versions of dhcpcd do
support non-MMU properly, but this commit intends to be only a fix.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: Samuel Martin <s.martin49@gmail.com>
Diffstat (limited to 'package/directfb-examples/directfb-examples.mk')
0 files changed, 0 insertions, 0 deletions