Created attachment 9568 [details] patch to build without dmapi from KaiBlin With the latest git built --without-dmapi didn't work. It still check for the whole dmapi and build with it. Patch included. There are 2 version. One by Kai Blin And another by me as Kai Blin said mine version are intrusive and it even stop the dmapi header checking :)
Created attachment 9569 [details] patch to build without dmapi from me
Comment on attachment 9568 [details] patch to build without dmapi from KaiBlin Wrong file type when submit with initial bugs report.
Any update?
Created attachment 10203 [details] patch for 4.1, cherry-picked from master This patch just went into master. I noticed only when I already had this patch essentially finished that there is aready a bug report with two proposed patches. I looked at all the patches and decided to keep this one. This patch is more similar to patch by Chan Min Wai than to Kai's minimal patch, in that it correctly skips all dmapi checks if --without-dmapi is specified, but it also establishes a more complete logging / error reporting. It also treats the checks with the same pattern as for other cases of --with(out)-foo checks we have like cluster-support, ads, etc.. With this change, all three cases "--with-dmapi", "--without-dmapi" and unspecified (==auto) yield the desired results for me whether a dmapi library is installed or not. Cheers - Michael
Created attachment 10204 [details] patch for 4.0, cherry-picked from master
Karolin, please pick for 4.1.NEXT and 4.0.NEXT Thanks - Michael
Pushed to autobuild-v4-[0|1]-test.
Pushed to both branches. Closing out bug report. Thanks!