]> granicus.if.org Git - apache/commitdiff
mod_ssl: Fix cmake-based build.
authorRainer Jung <rjung@apache.org>
Mon, 9 Apr 2018 07:30:11 +0000 (07:30 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 9 Apr 2018 07:30:11 +0000 (07:30 +0000)
modules/md/mod_md.h is now a new public API
also used by other modules (currently mod_ssl),
so it must be in the include path. It was
missing for cmake builds.

Note that this change does not yet enable building
mod_md itself using cmake. That part is still
missing.

CTR (cmake builds only).

Backport of r1828669 from trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1828670 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
CMakeLists.txt

diff --git a/CHANGES b/CHANGES
index 810607ef819d43a6185534f13a403211bf0de3e4..dc1b2d28d53e698b70c5776fe9d898e733ad363f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,8 @@ Changes with Apache 2.4.34
      may be misreported or be logged as ASCII escapes.  PR 62200
      [Hank Ibell <hwibell gmail.com>]
 
+ *) mod_ssl: Fix cmake-based build.  PR 62266.  [Rainer Jung]
+
 Changes with Apache 2.4.33
 
   *) core: Fix request timeout logging and possible crash for error_log hooks.
index a571061ba5a1aae7c9f11a0570626e7abace3b9f..0bb196baa20a9d23b915b903f67380ae1f6eb600 100644 (file)
@@ -649,6 +649,7 @@ SET(HTTPD_INCLUDE_DIRECTORIES
   ${CMAKE_CURRENT_SOURCE_DIR}/modules/dav/main
   ${CMAKE_CURRENT_SOURCE_DIR}/modules/filters
   ${CMAKE_CURRENT_SOURCE_DIR}/modules/generators
+  ${CMAKE_CURRENT_SOURCE_DIR}/modules/md
   ${CMAKE_CURRENT_SOURCE_DIR}/modules/proxy
   ${CMAKE_CURRENT_SOURCE_DIR}/modules/session
   ${CMAKE_CURRENT_SOURCE_DIR}/modules/ssl