From fc002a7bf290493bf80001bf477c1c53365191e8 Mon Sep 17 00:00:00 2001 From: Dariusz Michaluk Date: Fri, 12 Jul 2019 15:11:47 +0200 Subject: [PATCH] Migrate to openssl 1.1 Change-Id: I6e927cbeaae3c0c7f8b933b5aaf61cf4734b5ea3 --- packaging/stc-manager.spec | 2 +- plugin/monitor/CMakeLists.txt | 2 +- src/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/stc-manager.spec b/packaging/stc-manager.spec index 55396af..30d4919 100644 --- a/packaging/stc-manager.spec +++ b/packaging/stc-manager.spec @@ -20,7 +20,7 @@ BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(libtzplatform-config) BuildRequires: pkgconfig(vconf) BuildRequires: pkgconfig(capi-system-info) -BuildRequires: pkgconfig(openssl) +BuildRequires: pkgconfig(openssl1.1) %if %{?enable_database} == YES BuildRequires: pkgconfig(sqlite3) diff --git a/plugin/monitor/CMakeLists.txt b/plugin/monitor/CMakeLists.txt index d093f06..63b1b9d 100644 --- a/plugin/monitor/CMakeLists.txt +++ b/plugin/monitor/CMakeLists.txt @@ -9,7 +9,7 @@ PKG_CHECK_MODULES(monitor_plugin REQUIRED gio-unix-2.0 glib-2.0 vconf - openssl + openssl1.1 ) FOREACH(flag ${monitor_plugin_CFLAGS}) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fb6a283..35aaafd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -7,7 +7,7 @@ SET(REQUIRES_LIST ${REQUIRES_LIST} dlog vconf capi-system-info - openssl + openssl1.1 ) IF("${ENABLE_DATABASE}" STREQUAL "YES") -- 2.7.4