Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cdrkit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
cdrkit
Commits
c15e90ab
Commit
c15e90ab
authored
Sep 08, 2021
by
Yuri Aksenov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We should use extern variable due gcc10 update
parent
de44159e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
4 deletions
+19
-4
Makefile
Makefile
+7
-4
cdrkit-1.1.11-gcc10.patch
cdrkit-1.1.11-gcc10.patch
+12
-0
No files found.
Makefile
View file @
c15e90ab
PACKAGENAME
=
'cdrkit-1.1.11'
all
:
all
:
tar
xf cdrkit-1.1.11.tar.gz
tar
xf
$(PACKAGENAME)
.tar.gz
$(MAKE)
-C
cdrkit-1.1.11
patch
-Np1
-d
$(PACKAGENAME)
<
$(PACKAGENAME)
-gcc10
.patch
$(MAKE)
-C
cdrkit-1.1.11
install
PREFIX
=
/usr
$(MAKE)
-C
$(PACKAGENAME)
rm
-rf
cdrkit-1.1.11
$(MAKE)
-C
$(PACKAGENAME)
install
PREFIX
=
/usr
\ No newline at end of file
rm
-rf
$(PACKAGENAME)
cdrkit-1.1.11-gcc10.patch
0 → 100644
View file @
c15e90ab
diff -Naur cdrkit-1.1.11/genisoimage/genisoimage.h cdrkit-1.1.11.patched/genisoimage/genisoimage.h
--- cdrkit-1.1.11/genisoimage/genisoimage.h 2008-05-26 06:00:55.000000000 +0900
+++ cdrkit-1.1.11.patched/genisoimage/genisoimage.h 2021-09-08 09:46:54.865911289 +0800
@@ -376,7 +376,7 @@
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 */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment