Module: kamailio Branch: master Commit: 8e3e3499c15c77403974d94f8602384e7455cbed URL: https://github.com/kamailio/kamailio/commit/8e3e3499c15c77403974d94f8602384e7455cbed
Author: Xenofon Karamanos <[email protected]> Committer: Xenofon Karamanos <[email protected]> Date: 2026-01-13T16:01:59Z microhttpd: Lower acceptable version - bookworm builds fine with 0.9.72 --- Modified: src/modules/microhttpd/CMakeLists.txt --- Diff: https://github.com/kamailio/kamailio/commit/8e3e3499c15c77403974d94f8602384e7455cbed.diff Patch: https://github.com/kamailio/kamailio/commit/8e3e3499c15c77403974d94f8602384e7455cbed.patch --- diff --git a/src/modules/microhttpd/CMakeLists.txt b/src/modules/microhttpd/CMakeLists.txt index 337b095f04d..025db053e53 100644 --- a/src/modules/microhttpd/CMakeLists.txt +++ b/src/modules/microhttpd/CMakeLists.txt @@ -4,7 +4,7 @@ add_library(${module_name} SHARED ${MODULE_SOURCES}) find_package(PkgConfig REQUIRED) # TODO: https://github.com/kamailio/kamailio/issues/3618 -pkg_check_modules(libmicrohttpd REQUIRED IMPORTED_TARGET libmicrohttpd>=0.9.75) +pkg_check_modules(libmicrohttpd REQUIRED IMPORTED_TARGET libmicrohttpd>=0.9.72) add_library(microhttpd::microhttpd ALIAS PkgConfig::libmicrohttpd) target_link_libraries(${module_name} PRIVATE microhttpd::microhttpd) _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
