mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
dvd+rw-tools: fix build w/ glibc-2.28
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
e39533be87
commit
4f91a6112c
1 changed files with 10 additions and 0 deletions
10
srcpkgs/dvd+rw-tools/patches/sysmacros.patch
Normal file
10
srcpkgs/dvd+rw-tools/patches/sysmacros.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- growisofs.c 2018-10-25 17:33:50.039660925 +0200
|
||||
+++ growisofs.c 2018-10-25 17:34:10.649662395 +0200
|
||||
@@ -450,6 +450,7 @@
|
||||
# include <sys/wait.h>
|
||||
# include <sys/mman.h>
|
||||
# include <signal.h>
|
||||
+# include <sys/sysmacros.h>
|
||||
# include <poll.h>
|
||||
# include <sys/resource.h>
|
||||
# include <sys/utsname.h>
|
Loading…
Add table
Reference in a new issue