Change-Id: Ib7ebba1047b171021db0afffd0629822b152015e
ADD_DEFINITIONS("-Werror") # Make all warnings into errors.
ADD_DEFINITIONS("-Wall") # Generate all warnings
ADD_DEFINITIONS("-Wextra") # Generate even more extra warnings
+ADD_DEFINITIONS("-Wno-deprecated-declarations")
STRING(REGEX MATCH "([^.]*)" API_VERSION "${VERSION}")
ADD_DEFINITIONS("-DSMACK_ENABLED")
%package -n lib%{name}-sw-backend
Summary: Authentication framework (sw-backend)
Group: Security/Libraries
-BuildRequires: pkgconfig(openssl1.1)
+BuildRequires: pkgconfig(openssl3)
Requires: %{name} = %{version}
Requires(post): %{sbin_dir}/ldconfig
Requires(postun): %{sbin_dir}/ldconfig
### SW-BACKEND ############################################################################
PKG_CHECK_MODULES(SW_BACKEND_DEP
REQUIRED
- openssl1.1
+ openssl3
)
INCLUDE_DIRECTORIES(