Commit ff8cef63 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated hplip to 3.21.4

parent faeb85a4
all:
tar xf hplip-3.20.6.tar.gz
patch -Np1 -d hplip-3.20.6 < hplip-3.20.6-arm64.patch
patch -Np1 -d hplip-3.20.6 < hplip-3.20.6-no_libImageProcessor.patch
cd hplip-3.20.6 && ./configure --prefix=/usr --disable-scan-build
$(MAKE) -C hplip-3.20.6
$(MAKE) -C hplip-3.20.6 install
rm -rf hplip-3.20.6
tar xf hplip-3.21.4.tar.gz
patch -Np1 -d hplip-3.21.4 < hplip-3.21.4-arm64.patch
cd hplip-3.21.4 && ./configure --prefix=/usr --disable-scan-build --disable-imageProcessor-build --disable-network-build
$(MAKE) -C hplip-3.21.4
$(MAKE) -C hplip-3.21.4 install
rm -rf hplip-3.21.4
This diff is collapsed.
diff -uNr hplip-3.20.6/config.guess hplip-3.20.6-arm64/config.guess
--- hplip-3.20.6/config.guess 2011-05-12 17:26:51.000000000 +0930
+++ hplip-3.20.6-arm64/config.guess 2021-07-29 11:08:49.403334723 +0930
diff -uNr hplip-3.21.4/config.guess hplip-3.21.4-arm64/config.guess
--- hplip-3.21.4/config.guess 2011-05-12 17:26:51.000000000 +0930
+++ hplip-3.21.4-arm64/config.guess 2023-08-11 23:43:31.138104577 +0930
@@ -1,14 +1,12 @@
#! /bin/sh
# Attempt to guess a canonical system name.
......@@ -897,9 +897,9 @@ diff -uNr hplip-3.20.6/config.guess hplip-3.20.6-arm64/config.guess
config.guess timestamp = $timestamp
diff -uNr hplip-3.20.6/config.sub hplip-3.20.6-arm64/config.sub
--- hplip-3.20.6/config.sub 2011-05-12 17:26:51.000000000 +0930
+++ hplip-3.20.6-arm64/config.sub 2021-07-29 11:08:49.403334723 +0930
diff -uNr hplip-3.21.4/config.sub hplip-3.21.4-arm64/config.sub
--- hplip-3.21.4/config.sub 2011-05-12 17:26:51.000000000 +0930
+++ hplip-3.21.4-arm64/config.sub 2023-08-11 23:43:31.139104581 +0930
@@ -1,38 +1,31 @@
#! /bin/sh
# Configuration validation subroutine script.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment