wimlib: fix build on musl
This commit is contained in:
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"
|
||||
Reference in New Issue
Block a user