# used to compile against uclibc

gcc -c -O2 -g -Wall -DUSE_AUTH -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=25 httpfs.c
gcc -s -static httpfs.o -lfuse -lpthread -o httpfs