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:
Michael Tremer
2021-05-17 23:46:14 +00:00
committed by Arne Fitzenreiter
parent ab3358655c
commit 8713283245

View File

@@ -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