summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDariusz Michaluk <d.michaluk@samsung.com>2019-07-12 15:28:16 +0200
committerDariusz Michaluk <d.michaluk@samsung.com>2019-07-12 15:28:53 +0200
commit1e7b3c649ae6966eab1d3c8d34974dd1b409b0de (patch)
treefd71e6eb3818f7195a1a4e1af9e7f1ebcf3e1323
parent5b698f8fa6e6820110a8adbaa3d907dce6dd8d70 (diff)
downloadmessage-port-1e7b3c649ae6966eab1d3c8d34974dd1b409b0de.tar.gz
message-port-1e7b3c649ae6966eab1d3c8d34974dd1b409b0de.tar.bz2
message-port-1e7b3c649ae6966eab1d3c8d34974dd1b409b0de.zip
Migrate to openssl 1.1
Change-Id: I5f71dc506c0b80edcbf6a6616df05971c4b0c157 Signed-off-by: Dariusz Michaluk <d.michaluk@samsung.com>
-rw-r--r--CMakeLists.txt2
-rwxr-xr-xpackaging/message-port.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 65b3c11..fe6a1bf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ INCLUDE_DIRECTORIES (
${CMAKE_SOURCE_DIR}/src/inc
)
-SET(${this_target}_requires "dlog bundle glib-2.0 gio-2.0 aul openssl capi-base-common pkgmgr-info gio-unix-2.0")
+SET(${this_target}_requires "dlog bundle glib-2.0 gio-2.0 aul openssl1.1 capi-base-common pkgmgr-info gio-unix-2.0")
INCLUDE(FindPkgConfig)
pkg_check_modules(${this_target} REQUIRED ${${this_target}_requires})
diff --git a/packaging/message-port.spec b/packaging/message-port.spec
index 752b053..a91d3d1 100755
--- a/packaging/message-port.spec
+++ b/packaging/message-port.spec
@@ -13,7 +13,7 @@ BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(aul)
BuildRequires: pkgconfig(pkgmgr)
BuildRequires: pkgconfig(pkgmgr-info)
-BuildRequires: pkgconfig(openssl)
+BuildRequires: pkgconfig(openssl1.1)
Requires(post): /sbin/ldconfig
Requires(post): coreutils