#
#
+# use mini-native-x86_64 UCLIBC to build for x86_64
+
CUR="$PWD"
LIBFUSE_DIR=$CUR/LIBFUSE
./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 ..