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
12
pkgs/tools/networking/nttcp/format-security.patch
Normal file
12
pkgs/tools/networking/nttcp/format-security.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff -Nur -x '*.orig' -x '*~' nttcp-1.47/nttcp.c nttcp-1.47.new/nttcp.c
|
||||
--- nttcp-1.47/nttcp.c 2000-12-18 05:16:54.000000000 -0500
|
||||
+++ nttcp-1.47.new/nttcp.c 2012-01-30 23:44:02.260501225 -0500
|
||||
@@ -372,7 +372,7 @@
|
||||
#define Message(x) fMessage(stdout, x)
|
||||
|
||||
void Exit(char *s, int ret) {
|
||||
- syslog(LOG_DEBUG, s);
|
||||
+ syslog(LOG_DEBUG, "%s", s);
|
||||
fMessage(stderr,s);
|
||||
exit(ret);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue