enable static libfuse.a and build a fuse-static subpackage
The upstream libfuse supports building a static library. Enable it and add a fuse-static subpackage.
Testing: a binary linked with gcc -static ... -lfuse ...
worked fine in a docker image.
Edited by Rasmus Thomsen