Merge pull request #147674 from trofi/fix-cdrkit-on-fno-common
This commit is contained in:
commit
14573348a1
11
pkgs/tools/cd-dvd/cdrkit/cdrkit-1.1.11-fno-common.patch
Normal file
11
pkgs/tools/cd-dvd/cdrkit/cdrkit-1.1.11-fno-common.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- a/genisoimage/genisoimage.h
|
||||||
|
+++ b/genisoimage/genisoimage.h
|
||||||
|
@@ -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 */
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
# efi-boot-patch extracted from http://arm.koji.fedoraproject.org/koji/rpminfo?rpmID=174244
|
# efi-boot-patch extracted from http://arm.koji.fedoraproject.org/koji/rpminfo?rpmID=174244
|
||||||
patches = [ ./include-path.patch ./cdrkit-1.1.9-efi-boot.patch ];
|
patches = [ ./include-path.patch ./cdrkit-1.1.9-efi-boot.patch ./cdrkit-1.1.11-fno-common.patch ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# file name compatibility with the old cdrecord (growisofs wants this name)
|
# file name compatibility with the old cdrecord (growisofs wants this name)
|
||||||
|
Loading…
Reference in New Issue
Block a user