Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] proftpd: needs mmu
@ 2013-09-25  1:55 Axel Lin
  2013-09-25  9:21 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2013-09-25  1:55 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
Fix below build error:

src/main.o: In function `fork_server':
main.c:(.text+0x26fc): undefined reference to `fork'
src/main.o: In function `main':
main.c:(.text+0x39bc): undefined reference to `fork'
collect2: ld returned 1 exit status
make[1]: *** [proftpd] Error 1

 package/proftpd/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/proftpd/Config.in b/package/proftpd/Config.in
index 7793713..18407d1 100644
--- a/package/proftpd/Config.in
+++ b/package/proftpd/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PROFTPD
 	bool "proftpd"
+	depends on BR2_USE_MMU # fork()
 	help
 	  ProFTPD, a highly configurable FTP server.
 
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] proftpd: needs mmu
  2013-09-25  1:55 [Buildroot] [PATCH] proftpd: needs mmu Axel Lin
@ 2013-09-25  9:21 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-09-25  9:21 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-25  9:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-25  1:55 [Buildroot] [PATCH] proftpd: needs mmu Axel Lin
2013-09-25  9:21 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox