Re: svn commit: r1832716 - /httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy.mak

2018-06-02 Thread Gregg Smith
+1 for cmake, looks like a few short lines to add but mak/dsp, it would just be simpler to copy /s .\modules\*.h .\include in a prebuild step of libhttpd and call it good. Otherwise with 111 modules in 2.4 that's 222 files that would need to be modified and would be overkill for some if not

Re: svn commit: r1832716 - /httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy.mak

2018-06-01 Thread William A Rowe Jr
Seems like another way to break the cmake build, this time, transitive of needing modules/httpd2 from modules/proxy (still, borked). Should we keep doing this, or move all of the includes into include/, or create some openssl include/ symlink monstrosity, or, do we even have a desire to fix this