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
|
|
@ -0,0 +1,10 @@
|
|||
diff --git a/Linux/scsi_linux.cpp b/Linux/scsi_linux.cpp
|
||||
--- a/Linux/scsi_linux.cpp
|
||||
+++ b/Linux/scsi_linux.cpp
|
||||
@@ -22,5 +22,5 @@
|
||||
#include <sys/ioctl.h>
|
||||
#include <linux/param.h>
|
||||
-#include <linux/../scsi/sg.h> // workaround for broken RedHat 6.0 /usr/include/scsi
|
||||
+#include <scsi/sg.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
Loading…
Add table
Add a link
Reference in a new issue