mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
wetek.play: linux: define __USE_KERNEL_XATTR_DEFS
fixes systemd-218 build fail
This commit is contained in:
parent
ec388d529a
commit
1ef9ad731a
13
projects/WeTek.Play/patches/linux/60-xattr.patch
Normal file
13
projects/WeTek.Play/patches/linux/60-xattr.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/include/uapi/linux/xattr.h b/include/uapi/linux/xattr.h
|
||||
index e4629b9..f7a2d1f 100644
|
||||
--- a/include/uapi/linux/xattr.h
|
||||
+++ b/include/uapi/linux/xattr.h
|
||||
@@ -10,6 +10,8 @@
|
||||
#ifndef _UAPI_LINUX_XATTR_H
|
||||
#define _UAPI_LINUX_XATTR_H
|
||||
|
||||
+#define __USE_KERNEL_XATTR_DEFS
|
||||
+
|
||||
#define XATTR_CREATE 0x1 /* set value, fail if attr already exists */
|
||||
#define XATTR_REPLACE 0x2 /* set value, fail if attr does not exist */
|
||||
|
Loading…
x
Reference in New Issue
Block a user