* [Buildroot] [PATCH] socat: needs mmu
@ 2013-09-26 1:54 Axel Lin
2013-09-26 14:50 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2013-09-26 1:54 UTC (permalink / raw)
To: buildroot
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
Fix below build error:
sycls.o: In sycls.ofunction `: Fork'In:
sycls.c :function (.text`Fork+0x16d0':): undefined
referencesycls.c to `fork'
collect2: ld returned 1 exit status:
(.text+0x16d0): undefined reference to `fork'
collect2: ld returned 1 exit status
make[1]: *** [procan] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [filan] Error 1
package/socat/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/socat/Config.in b/package/socat/Config.in
index c478282..ec69c96 100644
--- a/package/socat/Config.in
+++ b/package/socat/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_SOCAT
bool "socat"
depends on BR2_TOOLCHAIN_HAS_THREADS
+ depends on BR2_USE_MMU # fork()
help
Multipurpose socket relay program.
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] socat: needs mmu
2013-09-26 1:54 [Buildroot] [PATCH] socat: needs mmu Axel Lin
@ 2013-09-26 14:50 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-09-26 14:50 UTC (permalink / raw)
To: buildroot
>>>>> "Axel" == Axel Lin <axel.lin@ingics.com> writes:
Axel> Signed-off-by: Axel Lin <axel.lin@ingics.com>
Axel> ---
Axel> Fix below build error:
Axel> sycls.o: In sycls.ofunction `: Fork'In:
Axel> sycls.c :function (.text`Fork+0x16d0':): undefined
Axel> referencesycls.c to `fork'
Axel> collect2: ld returned 1 exit status:
Axel> (.text+0x16d0): undefined reference to `fork'
Axel> collect2: ld returned 1 exit status
Axel> make[1]: *** [procan] Error 1
Axel> make[1]: *** Waiting for unfinished jobs....
Axel> make[1]: *** [filan] Error 1
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-26 14:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-26 1:54 [Buildroot] [PATCH] socat: needs mmu Axel Lin
2013-09-26 14:50 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox