Skip to content

enable static libfuse.a and build a fuse-static subpackage

John Salmon requested to merge fuse-static into master

Modified fuse/APKBUILD so that a static library is built and a fuse-static subpackage is created.

Testing: in a docker image, there were no problems linking with gcc -static ... -lfuse ...

Merge request reports