aboutsummaryrefslogtreecommitdiffstats
path: root/main/uboot-tools/fix-ulong-typedef.patch
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-02-21 22:41:18 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-02-21 22:42:14 +0000
commitbc29e069da166db4b6520a42f14d555798304ec3 (patch)
tree84ae30afc048558014723219eb88ad2a5e8dcba2 /main/uboot-tools/fix-ulong-typedef.patch
parent87d03f78b155d68343357fc94f282b93d85da592 (diff)
downloadaports-bc29e069da166db4b6520a42f14d555798304ec3.tar.bz2
aports-bc29e069da166db4b6520a42f14d555798304ec3.tar.xz
main/uboot-tools: move to main, drop unused sdl-dev dependency
Diffstat (limited to 'main/uboot-tools/fix-ulong-typedef.patch')
-rw-r--r--main/uboot-tools/fix-ulong-typedef.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/uboot-tools/fix-ulong-typedef.patch b/main/uboot-tools/fix-ulong-typedef.patch
new file mode 100644
index 0000000000..a02e4d0a35
--- /dev/null
+++ b/main/uboot-tools/fix-ulong-typedef.patch
@@ -0,0 +1,10 @@
+--- a/include/env.h 2019-10-07 23:14:02.000000000 +0200
++++ b/include/env.h 2019-10-24 21:26:07.487200839 +0200
+@@ -13,6 +13,7 @@
+ #include <stdbool.h>
+ #include <linux/types.h>
+
++typedef unsigned long ulong;
+ struct environment_s;
+
+ /* Value for environment validity */