Skip to content

Commit

Permalink
chore: add static-fuse build flag
Browse files Browse the repository at this point in the history
Log:
  • Loading branch information
xzl01 committed Dec 23, 2024
1 parent 40410db commit fa285d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
erofs-utils (1.8.3-1deepin1) unstable; urgency=medium

* Add static-fuse build flag.

-- xiangzelong <[email protected]> Mon, 23 Dec 2024 11:10:51 +0800

erofs-utils (1.8.3-1) unstable; urgency=medium

* New upstream release 1.8.3.
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COMMON_CONF_FLAGS = --enable-lzma --enable-multithreading --with-uuid \
ifneq ($(SKIP_FUSE2FS),)
COMMON_CONF_FLAGS += --disable-fuse
else
COMMON_CONF_FLAGS += --enable-fuse
COMMON_CONF_FLAGS += --enable-fuse --enable-static-fuse
endif

ifneq ($(SKIP_SELINUX),)
Expand Down

0 comments on commit fa285d4

Please sign in to comment.