hplip: bump to 3.19.3

040-fix_bool.patch: fixed upstream
060-fix-uclibc.patch: workaround for uclibc build (arc_arc700)

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
This commit is contained in:
Luiz Angelo Daros de Luca
2019-04-29 23:33:28 -03:00
parent 57c8837af1
commit fedc5cf5a4
3 changed files with 17 additions and 33 deletions
+15
View File
@@ -0,0 +1,15 @@
Fix missing definition of uint64_t while compiling
under uclibc
https://bugs.launchpad.net/hplip/+bug/1826965
--- a/scan/sane/OrbliteScan/LinuxCommon.h
+++ b/scan/sane/OrbliteScan/LinuxCommon.h
@@ -2,6 +2,7 @@
#define H_LinuxCommon
#include <sys/types.h>
+#include <stdint.h>
/* Common typedefs for Linux */