libfuse: split build systems and simplify package#3452
libfuse: split build systems and simplify package#3452
Conversation
647e98e to
0bfc8cf
Compare
|
As said above, before this refactoring I had a problem. Specifically, the problem happens building I don't know much about BEFORE NOW (with With this refactoring, the management is completely delegated to |
michaelkuhn
left a comment
There was a problem hiding this comment.
LGTM and works for me (Fedora 43, GCC 15)
I needed to apply #3504 for libfuse@2 to compile, though.
| depends_on("libtool", type="build") | ||
| depends_on("gettext", type="build") | ||
|
|
||
| depends_on("gmake", type="build") |
There was a problem hiding this comment.
gmake is probably also only required for autotools, right?
alalazo
left a comment
There was a problem hiding this comment.
Feel free to merge if you're not waiting for further comments / reviews
Changes:
TODO:
note: this refactoring started because of a problem I had with
autotools, which after this work turns out to not be a problem anymore.