Damien Zammit, le mer. 01 avril 2020 16:04:25 +1100, a ecrit: > Thanks. See patch for configure.ac/Makefile changes to make rumpdisk > optional.
AIUI you made it so that one has to pass --without-librump to disable rump support? That is not how it is usually done. Usually configure.ac would just detect whether the library is there, if so use it, and otherwise disable the pieces that need it. Samuel