uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
8
pkgs/development/libraries/libsigsegv/sigbus_fix.patch
Normal file
8
pkgs/development/libraries/libsigsegv/sigbus_fix.patch
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
--- a/src/signals.h 2017-08-23 14:07:05.000000000 +0100
|
||||
+++ b/src/signals.h 2017-08-23 14:06:53.000000000 +0100
|
||||
@@ -18,4 +18,4 @@
|
||||
/* List of signals that are sent when an invalid virtual memory address
|
||||
is accessed, or when the stack overflows. */
|
||||
#define SIGSEGV_FOR_ALL_SIGNALS(var,body) \
|
||||
- { int var; var = SIGSEGV; { body } }
|
||||
+ { int var; var = SIGSEGV; { body } var = SIGBUS; { body } }
|
||||
Loading…
Add table
Add a link
Reference in a new issue