]> git.pld-linux.org Git - packages/pound.git/blame - tcmalloc.patch
- updated URL (apsis.ch no longer works), note on pound-4 branch
[packages/pound.git] / tcmalloc.patch
CommitLineData
6477195c
JR
1--- Pound-3.0.1/CMakeLists.txt~ 2021-08-23 17:31:52.000000000 +0200
2+++ Pound-3.0.1/CMakeLists.txt 2021-10-25 22:47:18.511993405 +0200
3@@ -46,10 +46,12 @@
4 target_link_libraries(pound -lpthread)
5 target_link_libraries(pound Threads::Threads)
6
7+if(WANT_TCMALLOC)
8 FIND_LIBRARY(TCMALLOC tcmalloc )
9 if(TCMALLOC)
10 target_link_libraries(pound -ltcmalloc)
11 endif()
12+endif()
13
14 FIND_LIBRARY(MBEDCRYPTO mbedcrypto)
15 if(MBEDCRYPTO)
This page took 0.195873 seconds and 4 git commands to generate.