]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - FUSEISO/build_libfuse.sh
1.1.05
[Ventoy.git] / FUSEISO / build_libfuse.sh
index 79086f6a6cd5a7c18b743b6c6a32fb434bcc541b..96086aab643948b840022d10f79b408fab3289c5 100644 (file)
@@ -7,6 +7,8 @@
 #
 #
 
+#  use mini-native-x86_64 UCLIBC to build for x86_64
+
 
 CUR="$PWD"
 LIBFUSE_DIR=$CUR/LIBFUSE
@@ -31,7 +33,7 @@ fi
 
 ./makeconf.sh
 
-./configure --prefix="$LIBFUSE_DIR"
+./configure --prefix="$LIBFUSE_DIR" CFLAGS='-specs /usr/local/musl/lib/musl-gcc.specs'
 make -j 16
 make install
 cd ..