packages/utils/hplip/patches/060-fix-uclibc.patch
Luiz Angelo Daros de Luca fedc5cf5a4 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>
2019-04-30 00:42:49 -03:00

15 lines
326 B
Diff

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 */