update code to support brotli

This commit is contained in:
Ned Wright
2026-01-04 12:00:56 +00:00
parent 281701877d
commit 00c1db33f9

View File

@@ -80,6 +80,12 @@ execute_process (
) )
install(FILES ${maxminddb} DESTINATION http_transaction_handler_service/lib) install(FILES ${maxminddb} DESTINATION http_transaction_handler_service/lib)
execute_process (
COMMAND sh -c "find /usr/lib* -name \"libbrotli*.so*\" | awk '{printf \$0\";\"}'"
OUTPUT_VARIABLE brotli
)
install(FILES ${brotli} DESTINATION http_transaction_handler_service/lib)
gen_help( gen_help(
"--certs-dir <trusted ca directory>" "Path to the hosts trusted ca directory" "--certs-dir <trusted ca directory>" "Path to the hosts trusted ca directory"
) )