summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThadeu Lima de Souza Cascardo <cascardo@debian.org>2020-09-19 08:26:37 -0300
committerThadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>2020-09-19 08:27:15 -0300
commit9d8cb09ea445f9e829f9edf4d207013bb7a85a7d (patch)
tree677c52faaeb49da4e330c01f46ff39a79c6bd9e9
parent1800c688cd901c1600f78e20a33e020555d938d6 (diff)
Commit Debian 3.0 (quilt) metadatadebian/3.8.B-2.3archive/debian/3.8.B-2.3
[dgit (9.12) quilt-fixup]
-rw-r--r--debian/patches/fix-build-with-gcc-10.patch19
-rw-r--r--debian/patches/series1
2 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/fix-build-with-gcc-10.patch b/debian/patches/fix-build-with-gcc-10.patch
new file mode 100644
index 0000000..1f4b4e8
--- /dev/null
+++ b/debian/patches/fix-build-with-gcc-10.patch
@@ -0,0 +1,19 @@
+From: Thadeu Lima de Souza Cascardo <cascardo@debian.org>
+Date: Sat, 29 Aug 2020 08:50:02 -0300
+X-Dgit-Generated: 3.8.B-2.3 43f7b52fe50689e0d16d3ff0b8abde59adb5634e
+Subject: Fix build with gcc-10
+
+Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@debian.org>
+
+---
+
+--- lprng-3.8.B.orig/src/common/checkpc.c
++++ lprng-3.8.B/src/common/checkpc.c
+@@ -32,7 +32,6 @@ static int Remove;
+ static char *User_specified_printer;
+ static time_t Current_time;
+ static int Check_path_list( char *plist, int allow_missing );
+-int Mail_fd;
+
+
+ /* pathnames of the spool directory (sd) and control directory (cd) */
diff --git a/debian/patches/series b/debian/patches/series
index 146f8ed..4f06c0f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ lpd_conf_manwarnings
portable_maxpathlen
string_literals
openssl_1.1.patch
+fix-build-with-gcc-10.patch