svn commit: r1935927 - httpd/httpd/trunk
[email protected] Mon, 06 Jul 2026 08:25:35 -0000
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178332633540.349960.2292309235078613132@svn03-he-fi> |
Author: jorton Date: Mon Jul 6 08:25:35 2026 New Revision: 1935927 Log: Removed modules/md/md_tailscale.c from CMakeList.txt so can be built mod_md on Windows Submitted by: Paul Lodge <paullodge outlook.com> Github: closes #674 Modified: httpd/httpd/trunk/CMakeLists.txt Modified: httpd/httpd/trunk/CMakeLists.txt ============================================================================== --- httpd/httpd/trunk/CMakeLists.txt Mon Jul 6 08:15:14 2026 (r1935926) +++ httpd/httpd/trunk/CMakeLists.txt Mon Jul 6 08:25:35 2026 (r1935927) @@ -521,7 +521,7 @@ SET(mod_md_extra_sources modules/md/md_ocsp.c modules/md/md_util.c modules/md/mod_md_config.c modules/md/mod_md_drive.c modules/md/mod_md_os.c modules/md/mod_md_status.c - modules/md/mod_md_ocsp.c modules/md/md_tailscale.c + modules/md/mod_md_ocsp.c ) SET(mod_optional_hook_export_extra_defines AP_DECLARE_EXPORT) # bogus reuse of core API prefix SET(mod_proxy_extra_defines PROXY_DECLARE_EXPORT)