[Bug 63672] mod_md breaks CMake build when dependencies like CURL or JANSSON missing (with patch)

2019-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63672 --- Comment #12 from Stefan Eissing --- *fixed -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 63672] mod_md breaks CMake build when dependencies like CURL or JANSSON missing (with patch)

2019-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63672 Stefan Eissing changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 63672] mod_md breaks CMake build when dependencies like CURL or JANSSON missing (with patch)

2019-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63672 --- Comment #10 from Michael Schlenker --- I gave the SVN version (r1866132) a try and it works for my case (no JANSSON lib available). CMake completes successfully and i can build. -- You are receiving this mail because: You are the

[Bug 63672] mod_md breaks CMake build when dependencies like CURL or JANSSON missing (with patch)

2019-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63672 --- Comment #9 from Stefan Eissing --- There was an update shortly afterwards by Bill with in improved version that also check the other dependencies. If you find the time to take that one out for a spin, I'd be greatly appreciated. But it's

[Bug 63672] mod_md breaks CMake build when dependencies like CURL or JANSSON missing (with patch)

2019-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63672 --- Comment #8 from Michael Schlenker --- Comment on attachment 36746 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36746 cmake patch for mod_md dependencies Thanks for updating the patch. Yes, the above referenced patch (only

[Bug 63672] mod_md breaks CMake build when dependencies like CURL or JANSSON missing (with patch)

2019-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63672 --- Comment #7 from Stefan Eissing --- Created attachment 36746 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36746=edit cmake patch for mod_md dependencies -- You are receiving this mail because: You are the assignee for the bug.

[Bug 63672] mod_md breaks CMake build when dependencies like CURL or JANSSON missing (with patch)

2019-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63672 --- Comment #6 from Stefan Eissing --- Could you kindly check if the latest changes in 2.4.x addresses the problem for you? We are aware that it is not the complete solution, but it should let you complete the build in your setup. -- You are

[Bug 63672] mod_md breaks CMake build when dependencies like CURL or JANSSON missing (with patch)

2019-08-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63672 --- Comment #5 from Michael Schlenker --- It works for the missing dependencies case, but it breaks the case when you have the dependencies installed. The 2nd line should loop over the dependencies and check them one by one. So not perfect

[Bug 63672] mod_md breaks CMake build when dependencies like CURL or JANSSON missing (with patch)

2019-08-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63672 --- Comment #4 from Jeff McKenna --- Thanks @michael, your patch here works. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

[Bug 63672] mod_md breaks CMake build when dependencies like CURL or JANSSON missing (with patch)

2019-08-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63672 --- Comment #3 from Michael Schlenker --- I can try to add patch(es) for the other smaller style issues. Yes, would work. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 63672] mod_md breaks CMake build when dependencies like CURL or JANSSON missing (with patch)

2019-08-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63672 --- Comment #2 from Stefan Eissing --- Thanks for your report. CMake users are rare among httpd developers nowadays and we greatly appreciate any help. I can bring in the changes you describe. If you have a patch making things less "odd" that

[Bug 63672] mod_md breaks CMake build when dependencies like CURL or JANSSON missing (with patch)

2019-08-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63672 --- Comment #1 from Michael Schlenker --- The CMake error is: CMake Error at CMakeLists.txt:770 (IF): if given arguments: "NOT" "OPENSSL_FOUND" "CURL_FOUND" "JANSSON_FOUND" "HAVE_OPENSSL_102" "STREQUAL" "" Unknown arguments