* [Buildroot] [PATCH 1/1] package/w_scan: fix musl build
@ 2016-01-24 13:09 Bernd Kuhls
2016-01-25 22:35 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2016-01-24 13:09 UTC (permalink / raw)
To: buildroot
Fixes
http://autobuild.buildroot.net/results/d49/d497c0b23b7f905605f1764c136a9d7682e8137e/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/w_scan/0001-musl.patch | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 package/w_scan/0001-musl.patch
diff --git a/package/w_scan/0001-musl.patch b/package/w_scan/0001-musl.patch
new file mode 100644
index 0000000..7633d55
--- /dev/null
+++ b/package/w_scan/0001-musl.patch
@@ -0,0 +1,26 @@
+Fix musl build
+
+Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
+
+diff -uNr w_scan-20141122.org/descriptors.h w_scan-20141122/descriptors.h
+--- w_scan-20141122.org/descriptors.h 2014-11-22 09:49:26.000000000 +0100
++++ w_scan-20141122/descriptors.h 2016-01-24 14:05:21.000000000 +0100
+@@ -28,6 +28,7 @@
+ #ifndef __DESCRIPTORS_H__
+ #define __DESCRIPTORS_H__
+
++#include <time.h>
+ #include "extended_frontend.h"
+
+ /******************************************************************************
+diff -uNr w_scan-20141122.org/version.h w_scan-20141122/version.h
+--- w_scan-20141122.org/version.h 2014-11-22 11:59:56.000000000 +0100
++++ w_scan-20141122/version.h 2016-01-24 14:06:33.000000000 +0100
+@@ -1,6 +1,6 @@
+ /* AUTOMATICALLY GENERATED - DO NOT EDIT MANUALLY */
+ #ifndef W_SCAN_VERSION_H
+ #define W_SCAN_VERSION_H
+-uint version=20141122;
++unsigned int version=20141122;
+ #endif
+
--
2.7.0.rc3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-01-25 22:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-24 13:09 [Buildroot] [PATCH 1/1] package/w_scan: fix musl build Bernd Kuhls
2016-01-25 22:35 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox