aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Sardara <msardara+fdio@cisco.com>2018-02-02 15:57:35 +0000
committerGerrit Code Review <gerrit@fd.io>2018-02-02 15:57:35 +0000
commit409ea0c986de640b83e1ea56a405e922482d4ba6 (patch)
tree197d7d401f331a5fd18660ea35d476160047fafd
parentd05dd3d6d6dc8766a0f9423364434d4ae5997ffb (diff)
parent862f39e2fb3eafc7b71340b6e28ca1d80be0fe42 (diff)
Merge "Fix libparc deps" into cframework/master
-rw-r--r--libparc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libparc/CMakeLists.txt b/libparc/CMakeLists.txt
index b3ebc2aa..3712c656 100644
--- a/libparc/CMakeLists.txt
+++ b/libparc/CMakeLists.txt
@@ -140,7 +140,7 @@ if(DEB_PACKAGE)
set(CPACK_DEBIAN_LIBRARY_PACKAGE_SHLIBDEPS ON)
- set(CPACK_${TYPE}_LIBRARY_PACKAGE_DEPENDS "longbow (>= 1.0), libevent-2.0-5, libssl1.0.0")
+ set(CPACK_${TYPE}_LIBRARY_PACKAGE_DEPENDS "longbow (>= 1.0)")
set(CPACK_${TYPE}_HEADERS_PACKAGE_DEPENDS "libparc (>= 1.0), longbow-dev (>= 1.0), libevent-dev, libssl-dev")
set(CPACK_${TYPE}_DOCUMENTATION_PACKAGE_DEPENDS "")
elseif(RPM_PACKAGE)