* [Buildroot] [PATCH] iputils: needs mmu
@ 2013-09-23 1:53 Axel Lin
2013-09-23 7:44 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2013-09-23 1:53 UTC (permalink / raw)
To: buildroot
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
This fixes below build errors with nommu:
/tmp/ccHDVaoW.o: Inrarp_lookup function '`do_fork':
rdisc.c::(.text+0x988
): undefined reference to `fork'
collect2: rarpd.cld returned 1 exit status:
(.text+0x690): make[1]: warning*** [rdisc] Error 1
:make[1]: *** Waiting for unfinished jobs....
gethostbyname is obsolescent, use getnameinfo() instead.
/tmp/ccTnxssg.o: In function `main':
rarpd.c:(.text+0xffc): undefined reference to `fork'
collect2: ld returned 1 exit status
make[1]: *** [rarpd] Error 1
package/iputils/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/iputils/Config.in b/package/iputils/Config.in
index 0c77b5f..d4d2829 100644
--- a/package/iputils/Config.in
+++ b/package/iputils/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_IPUTILS
bool "iputils"
select BR2_OPENSSL if BR2_INET_IPV6
+ depends on BR2_USE_MMU # fork()
help
This package is set of small useful utilities for Linux networking.
It includes complete versions of ping, traceroute, etc.
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] iputils: needs mmu
2013-09-23 1:53 [Buildroot] [PATCH] iputils: needs mmu Axel Lin
@ 2013-09-23 7:44 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-09-23 7:44 UTC (permalink / raw)
To: buildroot
>>>>> "Axel" == Axel Lin <axel.lin@ingics.com> writes:
Axel> Signed-off-by: Axel Lin <axel.lin@ingics.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-23 7:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-23 1:53 [Buildroot] [PATCH] iputils: needs mmu Axel Lin
2013-09-23 7:44 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox