]> git.pld-linux.org Git - packages/cdrkit.git/commitdiff
debian patch to fix build with gcc 10 master
authorJan Palus <atler@pld-linux.org>
Fri, 21 May 2021 10:06:11 +0000 (12:06 +0200)
committerJan Palus <atler@pld-linux.org>
Fri, 21 May 2021 10:06:11 +0000 (12:06 +0200)
cdrkit.spec
gcc10.patch [new file with mode: 0644]

index 3a3f9716a31129f6ee3e03beb5329cc53e893921..75f4fcb642efd13eb67879e26e5e9ff6d3312dde 100644 (file)
@@ -29,6 +29,7 @@ Patch14:      %{name}-1.1.11-cmakewarn.patch
 Patch15:       %{name}-1.1.11-memset.patch
 Patch16:       %{name}-1.1.11-paranoiacdio.patch
 Patch17:       %{name}-build.patch
+Patch18:       gcc10.patch
 URL:           http://cdrkit.org/
 BuildRequires: bzip2-devel
 BuildRequires: cdparanoia-III-devel
@@ -259,6 +260,7 @@ fazer CD-ROMs de boot "El Torito".
 %patch15 -p1
 %patch16 -p1
 %patch17 -p1
+%patch18 -p1
 
 %build
 %{__make} \
diff --git a/gcc10.patch b/gcc10.patch
new file mode 100644 (file)
index 0000000..99f0c10
--- /dev/null
@@ -0,0 +1,12 @@
+diff -up cdrkit-1.1.11/genisoimage/genisoimage.h.me cdrkit-1.1.11/genisoimage/genisoimage.h
+--- cdrkit-1.1.11/genisoimage/genisoimage.h.me 2020-02-24 15:10:35.542998992 +0100
++++ cdrkit-1.1.11/genisoimage/genisoimage.h    2020-02-24 15:10:50.011130450 +0100
+@@ -377,7 +377,7 @@ extern int use_fileversion;
+ extern int    split_SL_component;
+ extern int    split_SL_field;
+ extern char   *trans_tbl;
+-char          *outfile;
++extern char   *outfile;
+ #define       JMAX            64      /* maximum Joliet file name length (spec) */
+ #define       JLONGMAX        103     /* out of spec Joliet file name length */
This page took 0.068871 seconds and 4 git commands to generate.