Skip to content

WIP: Make kio-fuse compile on FreeBSD

Adriaan de Groot requested to merge fix-freebsd into master
  • needs additional LDFLAGS (basically, -L/usr/local/lib because that's not in the standard link path, and all user-installed libraries live there). An alternative would be to find_library to massage -lfuse3 to an absolute path, but since there's potentially multiple libraries in FUSE3_LIBRARIES, it'd take a bunch of CMake boilerplate. Go for simplicity.
  • massage includes; <linux/fs.h> isn't there, and then we need to define some non-POSIXy flags that come from that header.

Merge request reports