# # Filesystem in userspace (release 2). # # FUSE (Filesystem in Userspace) is a simple interface for userspace # programs to export a virtual filesystem to the Linux kernel. FUSE # also aims to provide a secure method for non privileged users to # create and mount their own filesystem implementations. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=fuse2 pkgversion=2.9.9 arch=amd64 release=3 pkgcategory="libs" full_pkgname=fuse2_2.9.9_amd64-3@libs blurb="Filesystem in userspace (release 2)." homepage="https://github.com/libfuse/libfuse/" license="GPLv2+, LGPLv2.1" fetch="https://github.com/libfuse/libfuse/releases/download/fuse-2.9.9/fuse-2.9.9.tar.gz" replace=""