]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
fix cmake windows build of proxy lbmethod mods
authorEric Covener <covener@apache.org>
Fri, 14 Jun 2024 00:53:25 +0000 (00:53 +0000)
committerEric Covener <covener@apache.org>
Fri, 14 Jun 2024 00:53:25 +0000 (00:53 +0000)
commita34f3346ade91b68dc1294731b13e408a582f069
tree29e68dc17a5806eec2764a22b9af94dbe3e24dba
parentea46c590c46be521670744398cc9edfd8c51cd43
fix cmake windows build of proxy lbmethod mods

(for me at least, new-to-cmake on vstudio 2022)

Creating library mod_lbmethod_bybusyness.lib and object mod_lbmethod_bybusyness.exp
mod_lbmethod_bybusyness.c.obj : error LNK2019: unresolved external symbol __imp_ap_proxy_get_busy_count referenced in function is_best_bybusyness
mod_lbmethod_bybusyness.c.obj : error LNK2019: unresolved external symbol __imp_ap_proxy_set_busy_count referenced in function is_best_bybusyness
mod_lbmethod_bybusyness.so : fatal error LNK1120: 2 unresolved externals

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