summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2014-02-22 17:41:58 +0100
committerRadek Podgorny <radek@podgorny.cz>2014-02-22 17:41:58 +0100
commitd5deafd1b4cce6d7fd71b43244c8c0aadce8a7c8 (patch)
tree0f04abcc738f1afa5f664fa670688b89e138902c
parent32ad59359ef0dee2724c15c26643ec4af6c83491 (diff)
downloadunionfs-fuse-d5deafd1b4cce6d7fd71b43244c8c0aadce8a7c8.tar.gz
detect xattr support
(from bernd's tree)
-rw-r--r--src/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 0ddf6c3..f153708 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,7 +1,9 @@
CFLAGS += -Wall
CPPFLAGS += $(shell pkg-config --cflags fuse)
CPPFLAGS += -DFUSE_USE_VERSION=26
-# CPPFLAGS += -DHAVE_XATTR
+
+# CPPFLAGS += -DDISABLE_XATTR # disable xattr support
+# CPPFLAGS += -DDISABLE_AT # disable *at function support
LDFLAGS +=