summaryrefslogtreecommitdiffstats
path: root/package/fuse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/fuse/Makefile')
-rw-r--r--package/fuse/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/fuse/Makefile b/package/fuse/Makefile
index d4641c115..645c1491c 100644
--- a/package/fuse/Makefile
+++ b/package/fuse/Makefile
@@ -93,6 +93,8 @@ define Build/Compile
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
+ AM_CFLAGS="$(TARGET_CFLAGS) -DDISABLE_COMPAT=1" \
+ EXTRA_DIST="" \
all install
endef