diff options
author | xebd <xeb@mail.ru> | 2019-12-17 11:10:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-17 11:10:04 +0300 |
commit | e4dbc2743bed806abe038a810b1abec8dede95af (patch) | |
tree | bb3ad9b43522f093bc0bef6e19276932495a401b | |
parent | 385349450d42f6e1b92e08cabe97ed52cb740fab (diff) | |
parent | 39d544d4a9c9a5686b7068d7a6662e9c32f8e77c (diff) | |
download | accel-ppp-e4dbc2743bed806abe038a810b1abec8dede95af.tar.gz accel-ppp-e4dbc2743bed806abe038a810b1abec8dede95af.zip |
Merge pull request #105 from DmitriyEshenko/patch-8
Fix: build for Ubuntu 16, update required packages version
-rw-r--r-- | cmake/cpack.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/cpack.cmake b/cmake/cpack.cmake index d597074d..5b18d86a 100644 --- a/cmake/cpack.cmake +++ b/cmake/cpack.cmake @@ -43,7 +43,7 @@ IF(CPACK_TYPE STREQUAL Debian10) ENDIF(CPACK_TYPE STREQUAL Debian10) IF(CPACK_TYPE STREQUAL Ubuntu16) - SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.24), libssl1.0.0 (>= 1.0.2t), libpcre3 (>= 8.39)") + SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.23), libssl1.0.0 (>= 1.0.0), libpcre3 (>= 8.39)") INCLUDE(${CMAKE_HOME_DIRECTORY}/cmake/debian/debian.cmake) ENDIF(CPACK_TYPE STREQUAL Ubuntu16) |