From: Dariusz Michaluk Date: Fri, 12 Jul 2019 13:11:47 +0000 (+0200) Subject: Migrate to openssl 1.1 X-Git-Tag: submit/tizen/20190726.063122~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fconnectivity%2Fstc-manager.git;a=commitdiff_plain;h=fc002a7bf290493bf80001bf477c1c53365191e8 Migrate to openssl 1.1 Change-Id: I6e927cbeaae3c0c7f8b933b5aaf61cf4734b5ea3 --- 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")