mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
hplip: bump to 3.21.2
Patches refreshed: * 010-libusb_fix.patch * 020-remove_cups_dep_on_scan.patch * 060-fix-uclibc.patch renamed to 060-fix-glibc.patch Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
Fix missing definition of uint64_t while compiling
|
||||
under uclibc or glibc
|
||||
|
||||
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 */
|
||||
|
||||
Reference in New Issue
Block a user