From 871328324531f79d3cc71495f3d02740cd66dede Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 17 May 2021 23:46:14 +0000 Subject: [PATCH] fuse: Disable building examples These won't build with GCC 11 Signed-off-by: Michael Tremer --- lfs/fuse | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/fuse b/lfs/fuse index 99291527bb..13a92f25bd 100644 --- a/lfs/fuse +++ b/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 -- 2.39.5