mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +03:00
bcachefs-tools: fix in fuse feature in RUSTFLAGS
Currently, when "BCACHEFS_FUSE=1" is set, fusemount subcommand still cannot be identified. Change RUSTFLAGS in Makefile to fix this problem. Signed-off-by: Integral <integral@archlinuxcn.org> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
64767d6443
commit
b7831af74d
2
Makefile
2
Makefile
@ -79,7 +79,7 @@ PKGCONFIG_LIBS="blkid uuid liburcu libsodium zlib liblz4 libzstd libudev libkeyu
|
|||||||
ifdef BCACHEFS_FUSE
|
ifdef BCACHEFS_FUSE
|
||||||
PKGCONFIG_LIBS+="fuse3 >= 3.7"
|
PKGCONFIG_LIBS+="fuse3 >= 3.7"
|
||||||
CFLAGS+=-DBCACHEFS_FUSE
|
CFLAGS+=-DBCACHEFS_FUSE
|
||||||
RUSTFLAGS+=--cfg fuse
|
RUSTFLAGS+=--cfg feature="fuse"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PKGCONFIG_CFLAGS:=$(shell $(PKG_CONFIG) --cflags $(PKGCONFIG_LIBS))
|
PKGCONFIG_CFLAGS:=$(shell $(PKG_CONFIG) --cflags $(PKGCONFIG_LIBS))
|
||||||
|
Loading…
Reference in New Issue
Block a user