summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2011-11-23 19:07:24 +0100
committerRadek Podgorny <radek@podgorny.cz>2011-11-23 19:07:24 +0100
commitc59554cee15c8496c0348addd31767364c708d31 (patch)
treed3851bbf5c3d38c6b88cebb781c06977f7ae4808
parent6fcaa2bdf3fde08728ed9e908e47f202f32bf031 (diff)
downloadunionfs-fuse-c59554cee15c8496c0348addd31767364c708d31.tar.gz
xattr now on by default
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index df98c94..71c9318 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,7 +1,7 @@
CFLAGS += -Wall
CPPFLAGS += $(shell pkg-config --cflags fuse)
CPPFLAGS += -DFUSE_USE_VERSION=26
-#CPPFLAGS += -DHAVE_SETXATTR
+CPPFLAGS += -DHAVE_SETXATTR
LDFLAGS +=