From: Axel Lin <axel.lin@ingics.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] logsurfer: needs mmu
Date: Thu, 26 Sep 2013 10:17:40 +0800 [thread overview]
Message-ID: <1380161860.11201.1.camel@phoenix> (raw)
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
Fix below build error:
exec.o: In function `do_exec':
exec.c:(.text+0x14c): undefined reference to `fork'
exec.o: In function `do_pipe_line':
exec.c:(.text+0x218): undefined reference to `fork'
logsurfer.o: In function `runasdaemon':
logsurfer.c:(.text+0x388): undefined reference to `fork'
logsurfer.c:(.text+0x3dc): undefined reference to `fork'
report.o: In function `make_report':
report.c:(.text+0x1a8): undefined reference to `fork'
collect2: ld returned 1 exit status
make[2]: *** [logsurfer] Error 1
make[2]: Leaving directory `/opt/test/buildroot/buildroot/output/build/logsurfer-1.8/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/test/buildroot/buildroot/output/build/logsurfer-1.8'
package/logsurfer/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/logsurfer/Config.in b/package/logsurfer/Config.in
index 27d1881..d4218bc 100644
--- a/package/logsurfer/Config.in
+++ b/package/logsurfer/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_LOGSURFER
bool "logsurfer"
+ depends on BR2_USE_MMU # fork()
help
Logsurfer is a program for monitoring system logs in real-time,
and reporting on the occurrence of events.
--
1.8.1.2
next reply other threads:[~2013-09-26 2:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-26 2:17 Axel Lin [this message]
2013-09-26 14:50 ` [Buildroot] [PATCH] logsurfer: needs mmu 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=1380161860.11201.1.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox