Change-Id: I63814f542357289e8e40807f54902a0cd7dc92b8
ADD_DEFINITIONS("-Werror")
ADD_DEFINITIONS("-Wall")
ADD_DEFINITIONS("-Wextra")
+ADD_DEFINITIONS("-Wno-deprecated-declarations")
SET(CMAKE_POSITION_INDEPENDENT_CODE "True")
SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pie")
Source1001: device-certificate-manager-backend.manifest
BuildRequires: cmake
BuildRequires: pkgconfig(dlog)
-BuildRequires: pkgconfig(openssl1.1)
+BuildRequires: pkgconfig(openssl3)
BuildRequires: pkgconfig(device-certificate-manager-backend)
-BuildRequires: openssl1.1
+BuildRequires: openssl3
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
Requires(post): /usr/bin/system-info-tool
PKG_CHECK_MODULES(DUMMY_DEPS REQUIRED
dlog
device-certificate-manager-backend
- openssl1.1)
+ openssl3)
INCLUDE_DIRECTORIES(SYSTEM ${DUMMY_DEPS_INCLUDE_DIRS})
LINK_DIRECTORIES(${DUMMY_DEPS_LIBRARY_DIRS})