Drop use of libattr for our trivial use case of kernel API.
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
diff --git a/Make.Rules b/Make.Rules
index 18b7cf7..a768dc6 100644
--- a/Make.Rules
+++ b/Make.Rules
@@ -70,7 +70,6 @@
PAM_CAP := $(shell if [ -f /usr/include/security/pam_modules.h ]; then echo yes ; else echo no ; fi)
INDENT := $(shell if [ -n "$$(which indent 2>/dev/null)" ]; then echo "| indent -kr" ; fi)
DYNAMIC := $(shell if [ ! -d "$(topdir)/.git" ]; then echo yes; fi)
-LIBATTR := yes
# When installing setcap, set its inheritable bit to be able to place
# capabilities on files. It can be used in conjunction with pam_cap
@@ -80,7 +79,7 @@
#
# make RAISE_SETFCAP=no install
#
-RAISE_SETFCAP := $(LIBATTR)
+RAISE_SETFCAP := yes
# Global cleanup stuff