]>
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
28 sed "/printf.*VERSION/a\ if (access(\"/etc/initrd-release\", F_OK) >= 0) argv[0][0] = '@';" -i exfat
-1.3
.0/fuse
/main.c
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
45 sed "/printf.*VERSION/a\ if (access(\"/etc/initrd-release\", F_OK) >= 0) argv[0][0] = '@';" -i exfat
-1.3
.0/fuse
/main.c
50 .
/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"
53 strip
--strip-all fuse
/mount.exfat
-fuse
54 strip
--strip-all mkfs
/mkexfatfs
56 cp fuse
/mount.exfat
-fuse ..
/EXFAT
/shared
/mount.exfat
-fuse
57 cp mkfs
/mkexfatfs ..
/EXFAT
/shared
/mkexfatfs