]>
glassweightruler.freedombox.rocks Git - Ventoy.git/blob - ExFAT/buidexfat.sh
3 # For 32bit, for example CentOS 6.10 i386
4 # automake 1.11.1 must update to automake 1.11.2
5 # pkg-config must be installed
9 if uname
-a | egrep -q 'x86_64|amd64'; then
17 if ! [ -e LIBFUSE
]; then
32 .
/configure
--prefix="$CUR" CFLAGS
='-static -O2 -D_FILE_OFFSET_BITS=64' FUSE_CFLAGS
="-I$CUR/LIBFUSE/include/" FUSE_LIBS
="$CUR/LIBFUSE/lib/libfuse.a -pthread $opt -ldl"
35 strip
--strip-all fuse
/mount.exfat
-fuse
36 strip
--strip-all mkfs
/mkexfatfs
38 cp fuse
/mount.exfat
-fuse ..
/EXFAT
/static
/mount.exfat
-fuse
39 cp mkfs
/mkexfatfs ..
/EXFAT
/static
/mkexfatfs
48 .
/configure
--prefix="$CUR" CFLAGS
='-O2 -D_FILE_OFFSET_BITS=64' FUSE_CFLAGS
="-I$CUR/LIBFUSE/include/" FUSE_LIBS
="$CUR/LIBFUSE/lib/libfuse.a -lpthread -ldl $opt"
51 strip
--strip-all fuse
/mount.exfat
-fuse
52 strip
--strip-all mkfs
/mkexfatfs
54 cp fuse
/mount.exfat
-fuse ..
/EXFAT
/shared
/mount.exfat
-fuse
55 cp mkfs
/mkexfatfs ..
/EXFAT
/shared
/mkexfatfs