summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 080fb17..8685ca3 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -125,7 +125,6 @@ endif # USE_ONIGURUMA
ifeq ($(OS),Linux)
ifndef NOLIBS
USE_ACL := y
-USE_ATTR := y
USE_LIBCAP := y
USE_LIBURING := y
endif
@@ -136,12 +135,6 @@ else
LOCAL_CPPFLAGS += -DBFS_USE_SYS_ACL_H=0
endif
-ifdef USE_ATTR
-LOCAL_LDLIBS += -lattr
-else
-LOCAL_CPPFLAGS += -DBFS_USE_SYS_XATTR_H=0
-endif
-
ifdef USE_LIBCAP
LOCAL_LDLIBS += -lcap
else