Thanks to you both - that was indeed the trouble, and the fix has
sorted it out for me.

On Fri, 30 Aug 2019 at 08:16, Stefan Eissing
<stefan.eiss...@greenbytes.de> wrote:
>
> Added to trunk in r1866119.
> Merged to 2.4.x in r1866121.
>
> Thanks for this, Bill!
>
> > Am 29.08.2019 um 19:05 schrieb William A Rowe Jr <wr...@rowe-clan.net>:
> >
> > Index: httpd-2.x/CMakeLists.txt
> > ===================================================================
> > --- httpd-2.x/CMakeLists.txt  (revision 1866089)
> > +++ httpd-2.x/CMakeLists.txt  (working copy)
> > @@ -508,7 +508,9 @@
> >    modules/lua/lua_vmprep.c           modules/lua/lua_dbd.c
> >  )
> >  SET(mod_lua_requires                 LUA51_FOUND)
> > -SET(mod_md_requires                  OPENSSL_FOUND CURL_FOUND 
> > JANSSON_FOUND HAVE_OPENSSL_102)
> > +# TODO: _requires does not currently iterate a list, substitute the 
> > following once it does;
> > +# SET(mod_md_requires                OPENSSL_FOUND CURL_FOUND 
> > JANSSON_FOUND HAVE_OPENSSL_102)
> > +SET(mod_md_requires                  CURL_FOUND)
> >  SET(mod_md_extra_includes            ${OPENSSL_INCLUDE_DIR} 
> > ${CURL_INCLUDE_DIR} ${JANSSON_INCLUDE_DIR})
> >  SET(mod_md_extra_libs                ${OPENSSL_LIBRARIES} 
> > ${CURL_LIBRARIES} ${JANSSON_LIBRARIES} mod_watchdog)
> >  SET(mod_md_extra_sources
> > @@ -763,6 +765,7 @@
> >    ${CMAKE_CURRENT_SOURCE_DIR}/modules/session
> >    ${CMAKE_CURRENT_SOURCE_DIR}/modules/ssl
> >    ${CMAKE_CURRENT_SOURCE_DIR}/server
> > +  ${CMAKE_CURRENT_SOURCE_DIR}/server/mpm/winnt
> >    ${APR_INCLUDE_DIR}
> >    ${PCRE_INCLUDE_DIR}
> >  )
>

Reply via email to