Browse Source
Busybox builds "busybox" and "busybox_unstripped", where the latter contains debug symbols.android-5
Henrik Grimler
7 years ago
committed by
Fredrik Fornwall
2 changed files with 16 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
svlogd doesn't work with clang. |
|||
Patch inspired by http://landley.net/mantis/mantis-2344.html |
|||
--- ../svlogd.c.orig 2018-06-07 19:34:47.442867090 +0000
|
|||
+++ ./runit/svlogd.c 2018-06-07 19:35:16.438776951 +0000
|
|||
@@ -244,6 +244,7 @@
|
|||
#define INIT_G() do { \ |
|||
setup_common_bufsiz(); \ |
|||
SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \ |
|||
+ asm volatile("":::"memory"); \
|
|||
linemax = 1000; \ |
|||
/*buflen = 1024;*/ \ |
|||
linecomplete = 1; \ |
Loading…
Reference in new issue