2017-01-18 19:13:42 +00:00
|
|
|
Index: aide-0.16/configure.ac
|
|
|
|
===================================================================
|
|
|
|
--- aide-0.16.orig/configure.ac
|
|
|
|
+++ aide-0.16/configure.ac
|
|
|
|
@@ -536,7 +536,7 @@ AC_ARG_WITH([xattr],
|
2014-06-01 09:21:38 +00:00
|
|
|
|
|
|
|
AS_IF([test "x$with_xattr_support" != xno],
|
|
|
|
[AC_DEFINE(WITH_XATTR,1,[use xattr])
|
|
|
|
- ATTRLIB=-lattr
|
|
|
|
+ ATTRLIB=
|
|
|
|
compoptionstring="${compoptionstring}WITH_XATTR\\n"
|
2017-01-18 19:13:42 +00:00
|
|
|
aideextragroups="${aideextragroups}+xattrs"
|
2014-06-01 09:21:38 +00:00
|
|
|
AC_MSG_RESULT(yes)],
|
2017-01-18 19:13:42 +00:00
|
|
|
Index: aide-0.16/include/db_config.h
|
|
|
|
===================================================================
|
|
|
|
--- aide-0.16.orig/include/db_config.h
|
|
|
|
+++ aide-0.16/include/db_config.h
|
2014-06-01 09:21:38 +00:00
|
|
|
@@ -62,7 +62,6 @@ typedef struct acl_type {
|
|
|
|
|
|
|
|
#ifdef WITH_XATTR /* Do generic user Xattrs. */
|
|
|
|
#include <sys/xattr.h>
|
|
|
|
-#include <attr/xattr.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
typedef struct xattr_node
|