]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/cdrkit/cdrkit-1.1.10-build-fix.patch
gcc: Fix building with glibc >= 2.28
[people/pmueller/ipfire-2.x.git] / src / patches / cdrkit / cdrkit-1.1.10-build-fix.patch
1 diff -up cdrkit-1.1.10/genisoimage/genisoimage.c.build-fix cdrkit-1.1.10/genisoimage/genisoimage.c
2 --- cdrkit-1.1.10/genisoimage/genisoimage.c.build-fix 2010-01-20 11:05:05.000000000 +0100
3 +++ cdrkit-1.1.10/genisoimage/genisoimage.c 2010-01-20 11:21:16.144098749 +0100
4 @@ -47,6 +47,7 @@
5
6 #include <mconfig.h>
7 #include "genisoimage.h"
8 +#include "checksum.h"
9 #include "iso9660.h"
10 #include <errno.h>
11 #include <timedefs.h>