[OpenWrt-Devel] [PATCH] udev: include missing stdint.h header

Daniel Golle daniel at makrotopia.org
Sun Feb 7 04:20:17 EST 2016


udev failed to build due to an augmented dependency on certain targets,
as spotted on buildbot. Fix this by explicitely including stdint.h.

Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
http://buildbot.openwrt.org:8010/broken_packages/cns3xxx/udev/compile.txt
http://buildbot.openwrt.org:8010/broken_packages/oxnas/udev/compile.txt

 package/system/udev/patches/0004-mtd_probe-uses-stdint_h.patch | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 package/system/udev/patches/0004-mtd_probe-uses-stdint_h.patch

diff --git a/package/system/udev/patches/0004-mtd_probe-uses-stdint_h.patch b/package/system/udev/patches/0004-mtd_probe-uses-stdint_h.patch
new file mode 100644
index 0000000..3d02f01
--- /dev/null
+++ b/package/system/udev/patches/0004-mtd_probe-uses-stdint_h.patch
@@ -0,0 +1,10 @@
+--- a/extras/mtd_probe/mtd_probe.h
++++ b/extras/mtd_probe/mtd_probe.h
+@@ -18,6 +18,7 @@
+  */
+ 
+ #include <mtd/mtd-user.h>
++#include <stdint.h>
+ 
+ /* Full oob structure as written on the flash */
+ struct sm_oob {
-- 
2.7.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list