https://bz.apache.org/bugzilla/show_bug.cgi?id=65602

Tần Quảng <baobaox...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #6 from Tần Quảng <baobaox...@gmail.com> ---
Well, I asked create a question about this on StackOverflow, no in-depth
solution was given. But there is a solution like this:

At line #46 of the CMakeLists.txt file add:
...
#46 add_subdirectory(srclib/curl)
...
At line #470 of the CMakeLists.txt file add "libcurl":
...
#470 SET(mod_md_extra_libs                              ${OPENSSL_LIBRARIES}
${CURL_LIBRARIES} ${JANSSON_LIBRARIES} mod_watchdog libcurl)
...
However, as noted above, this is not a good solution because doing so cURL will
be rebuilt again (even though it has been compiled twice before) during HTTPD
compilation.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to