mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
smbnetfs: fix build
This commit is contained in:
parent
4d730a231b
commit
c216fd8197
1 changed files with 11 additions and 0 deletions
11
srcpkgs/smbnetfs/patches/xattr.patch
Normal file
11
srcpkgs/smbnetfs/patches/xattr.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- src/function.c
|
||||||
|
+++ src/function.c
|
||||||
|
@@ -8,7 +8,7 @@
|
||||||
|
#include <dirent.h>
|
||||||
|
#include <sys/statvfs.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
-#include <attr/xattr.h>
|
||||||
|
+#include <sys/xattr.h>
|
||||||
|
#include <time.h>
|
||||||
|
#include <pthread.h>
|
||||||
|
#include <libsmbclient.h>
|
Loading…
Add table
Reference in a new issue