Commit 5ea60a74 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed build of fuse 2.9.9 under glibc 2.35

parent 0805fc1a
......@@ -23,7 +23,7 @@ all:
2:
tar xf fuse-2.9.9.tar.gz
patch -Np1 -d fuse-2.9.9 < fuse-2.9.9-fix_types.patch
cd fuse-2.9.9 && ./configure --prefix=/usr --disable-static --exec-prefix=/
cd fuse-2.9.9 && ./configure --prefix=/usr --disable-static --exec-prefix=/ CFLAGS="-Dclosefrom=fuse_closefrom"
$(MAKE) -C fuse-2.9.9
$(MAKE) -C fuse-2.9.9 DESTDIR=$(CURDIR)/fuse-2.9.9/Dest install
install -vm755 fuse-2.9.9/Dest/lib/libfuse.so.2.9.9 /lib
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment