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 Jan 15, 2025
1 parent 189981c commit 1c073fd
Show file tree
Hide file tree
Showing 3 changed files with 8 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
1 change: 1 addition & 0 deletions debian/erofsfuse.install
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
usr/bin/erofsfuse
usr/share/man/man1/erofsfuse.1
usr/lib/*/liberofsfuse.a
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 1c073fd

Please sign in to comment.