From: Jaehyun Kim Date: Fri, 26 Jul 2019 05:54:32 +0000 (+0000) Subject: Merge "Delete meaningless configuration" into tizen X-Git-Tag: submit/tizen/20190726.063122^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c934ec3e4fd4acb493aff991afee50743f3f2111;hp=8a8f25acc1b7375d54252e26819925ba84357e84;p=platform%2Fcore%2Fconnectivity%2Fstc-manager.git Merge "Delete meaningless configuration" into tizen --- 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")