mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
fuse: Disable building examples
These won't build with GCC 11 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
ab3358655c
commit
8713283245
6
lfs/fuse
6
lfs/fuse
@@ -73,9 +73,9 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && meson --prefix=/usr builddir/
|
||||
cd $(DIR_APP) && ninja -C builddir/
|
||||
cd $(DIR_APP) && ninja -C builddir/ install
|
||||
cd $(DIR_APP) && meson --prefix=/usr -Dexamples=false builddir
|
||||
cd $(DIR_APP)/builddir && ninja $(MAKETUNING)
|
||||
cd $(DIR_APP)/builddir && ninja install
|
||||
|
||||
# Move mount.fuse3 to same location as mount.fuse was in previous version
|
||||
mv -v /usr/sbin/mount.fuse3 /sbin
|
||||
|
||||
Reference in New Issue
Block a user