diff options
Diffstat (limited to 'package/utils/f2fs-tools/Makefile')
-rw-r--r-- | package/utils/f2fs-tools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/utils/f2fs-tools/Makefile b/package/utils/f2fs-tools/Makefile index 8f53516d34..60f4b317c7 100644 --- a/package/utils/f2fs-tools/Makefile +++ b/package/utils/f2fs-tools/Makefile @@ -99,7 +99,9 @@ endef CONFIGURE_ARGS += \ --disable-static \ - --without-blkid + --without-blkid \ + --without-lzo2 \ + --without-lz4 ifneq ($(BUILD_VARIANT),selinux) CONFIGURE_ARGS += --without-selinux |