]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Removed modules/md/md_tailscale.c from CMakeList.txt so can be built mod_md on Windows
authorJoe Orton <jorton@apache.org>
Mon, 6 Jul 2026 08:25:35 +0000 (08:25 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 6 Jul 2026 08:25:35 +0000 (08:25 +0000)
Submitted by: Paul Lodge <paullodge outlook.com>
Github: closes #674

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935927 13f79535-47bb-0310-9956-ffa450edef68

CMakeLists.txt

index 46811e0d87d76a6da9a03fb08e1ac27cf1921f00..985f9dac11a17bf1f06a39eacfab62a095c4084d 100644 (file)
@@ -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)