From 16edc8fe0f787ec6bb863e5dd263f6b44f3bff2b Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 29 Apr 2019 20:05:11 +0300 Subject: [PATCH] attr:rebuild java attr/xattr error --- system/base/attr/files/xattr-shim.h | 9 +++++++++ system/base/attr/pspec.xml | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 system/base/attr/files/xattr-shim.h diff --git a/system/base/attr/files/xattr-shim.h b/system/base/attr/files/xattr-shim.h new file mode 100644 index 00000000..88a12354 --- /dev/null +++ b/system/base/attr/files/xattr-shim.h @@ -0,0 +1,9 @@ +/* Small shim until we update all packages. */ +#ifndef __XATTR_H__ +#define __XATTR_H__ +#include +#warning "Please change your includes to " +# ifndef ENOATTR +# define ENOATTR ENODATA +# endif /* ENOATTR */ +#endif diff --git a/system/base/attr/pspec.xml b/system/base/attr/pspec.xml index 10b83156..9eddba67 100644 --- a/system/base/attr/pspec.xml +++ b/system/base/attr/pspec.xml @@ -56,9 +56,19 @@ /lib32 + + xattr-shim.h + + + 2019-04-29 + 2.4.48 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2018-11-28 2.4.48