Skip to content

Instantly share code, notes, and snippets.

@carlos22
Created February 14, 2018 09:20
Show Gist options
  • Save carlos22/5c050a1620384baa1c99c9527d04470d to your computer and use it in GitHub Desktop.
Save carlos22/5c050a1620384baa1c99c9527d04470d to your computer and use it in GitHub Desktop.
prefix=/usr
exec_prefix=${prefix}
libdir=/usr/lib
includedir=${prefix}/include
Name: fuse
Description: Filesystem in Userspace
Version: 2.9.7
Libs: -L${libdir} -lfuse -pthread
Libs.private: -ldl
Cflags: -I${includedir}/fuse -D_FILE_OFFSET_BITS=64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment