]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
fuse: Disable building examples
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 17 May 2021 23:46:14 +0000 (23:46 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 5 Jul 2021 05:42:39 +0000 (07:42 +0200)
These won't build with GCC 11

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/fuse

index 99291527bb50519cf65bf052048c68ab9685c42a..13a92f25bde26df673405acc013573a20c74fe23 100644 (file)
--- 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