wimlib: fix build on musl
This commit is contained in:
parent
b8fed622f5
commit
5045773d62
1 changed files with 10 additions and 0 deletions
10
srcpkgs/wimlib/patches/musl-fs.patch
Normal file
10
srcpkgs/wimlib/patches/musl-fs.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/src/mount_image.c
|
||||
+++ b/src/mount_image.c
|
||||
@@ -52,6 +52,7 @@
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
#include <utime.h>
|
||||
+#include <linux/fs.h>
|
||||
|
||||
#include "wimlib/blob_table.h"
|
||||
#include "wimlib/dentry.h"
|
Loading…
Add table
Reference in a new issue