From: Axel Lin <axel.lin@ingics.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 3/3] netkitbase: needs mmu
Date: Wed, 02 Oct 2013 13:51:55 +0800 [thread overview]
Message-ID: <1380693115.31880.2.camel@phoenix> (raw)
In-Reply-To: <1380692976.31880.0.camel@phoenix>
Fix below build error:
/opt/test/buildroot/buildroot/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc inetd.o servtab.o builtins.o sig.o daemon.o setproctitle.o mysleep.o -o inetd
servtab.o: In function `loadconfigfile.clone.0':
servtab.c:(.text+0x98c): warning: gethostbyname is obsolescent, use getnameinfo() instead.
inetd.o: In function `main':
inetd.c:(.text+0x8a4): undefined reference to `fork'
inetd.c:(.text+0x974): undefined reference to `fork'
daemon.o: In function `daemon':
daemon.c:(.text+0xc): undefined reference to `fork'
collect2: ld returned 1 exit status
make[2]: *** [inetd] Error 1
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
package/netkitbase/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/netkitbase/Config.in b/package/netkitbase/Config.in
index dd9166c..40833ad 100644
--- a/package/netkitbase/Config.in
+++ b/package/netkitbase/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_NETKITBASE
bool "netkitbase"
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
+ depends on BR2_USE_MMU # fork()
depends on BR2_DEPRECATED
help
Old-style inetd.
--
1.8.1.2
next prev parent reply other threads:[~2013-10-02 5:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-02 5:49 [Buildroot] [PATCH 1/3] nfs-utils: needs mmu Axel Lin
2013-10-02 5:50 ` [Buildroot] [PATCH 2/3] lmbench: " Axel Lin
2013-10-02 7:34 ` Peter Korsgaard
2013-10-02 5:51 ` Axel Lin [this message]
2013-10-02 7:35 ` [Buildroot] [PATCH 3/3] netkitbase: " Peter Korsgaard
2013-10-02 7:34 ` [Buildroot] [PATCH 1/3] nfs-utils: " Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1380693115.31880.2.camel@phoenix \
--to=axel.lin@ingics.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.