summaryrefslogtreecommitdiffstats
path: root/searchsummary
diff options
context:
space:
mode:
authorarnej27959 <arnej@yahoo-inc.com>2016-06-28 14:39:56 +0200
committerarnej27959 <arnej@yahoo-inc.com>2016-06-28 14:39:56 +0200
commit4c16d716f9ec72a0af95d293cf954bb3829acefa (patch)
treed3dd0976139f71886d67c24b59b2d8da3701ab83 /searchsummary
parent41686e96180155a6fd747453616c628720505456 (diff)
link with libraries used
* fastos uses dlopen(), link with -ldl if needed * fsamanagers uses pthread functions, link with thread library * searchsummary uses compress(), link with zlib
Diffstat (limited to 'searchsummary')
-rw-r--r--searchsummary/src/vespa/searchsummary/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchsummary/src/vespa/searchsummary/CMakeLists.txt b/searchsummary/src/vespa/searchsummary/CMakeLists.txt
index 078c1b137a8..3ddac4c3f55 100644
--- a/searchsummary/src/vespa/searchsummary/CMakeLists.txt
+++ b/searchsummary/src/vespa/searchsummary/CMakeLists.txt
@@ -5,4 +5,5 @@ vespa_add_library(searchsummary
$<TARGET_OBJECTS:searchsummary_docsummary>
INSTALL lib64
DEPENDS
+ z
)