]> git.ipfire.org Git - people/ms/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)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 20 May 2021 10:39:03 +0000 (10:39 +0000)
These won't build with GCC 11

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

index 5235348a5721f515c48f0e391d1e21ce0d2f69cf..668d1b91484fc3b048677e242d0955ef49de9a86 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