summaryrefslogtreecommitdiffstats
path: root/recipes-ids/samhain/files/fix-build-with-new-version-attr.patch
Commit message (Collapse)AuthorAgeFilesLines
* samhain: fix build with new version attrYi Zhao2020-01-281-0/+73
The attr/xattr.h has been removed from attr 2.4.48 with commit: http://git.savannah.nongnu.org/cgit/attr.git/commit/include?id=7921157890d07858d092f4003ca4c6bae9fd2c38 The xattr syscalls are provided by sys/xattr.h from glibc now. Remove the checking code to adapt it otherwise it would fail to build with selinux support. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>