1
0
Fork 0

Removing gcc-10.patch, included upstream.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 22:51:26 +01:00
parent caa83acf9d
commit de4343123d
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 0 additions and 16 deletions

View file

@ -1,15 +0,0 @@
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Fixing FTBFS with GCC-10 (Closes: #957986).
diff -Naurp xlunzip.orig/in_place.c xlunzip/in_place.c
--- xlunzip.orig/in_place.c
+++ xlunzip/in_place.c
@@ -146,7 +146,7 @@ const char * set_file_sizes( struct File
}
-const char * global_name;
+static const char * global_name;
static void error(char *x) { show_file_error( global_name, x, 0 ); }

View file

@ -1 +0,0 @@
debian/0001-gcc-10.patch