8
0
forked from pool/scitokens-cpp

Accepting request 1078608 from home:msmeissn:branches:devel:libraries:c_c++

- disable error on deprecated warnings of openssl

OBS-URL: https://build.opensuse.org/request/show/1078608
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/scitokens-cpp?expand=0&rev=4
This commit is contained in:
2023-04-14 14:42:45 +00:00
committed by Git OBS Bridge
parent cb359a66ad
commit eb09a8d93a
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 12 09:34:32 UTC 2023 - Marcus Meissner <meissner@suse.com>
- disable error on deprecated warnings of openssl
-------------------------------------------------------------------
Thu Dec 23 10:38:18 UTC 2021 - Christian Goll <cgoll@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package scitokens-cpp
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -64,6 +64,7 @@ want to delegate trust for an issuer for managing a storage allocation.
%autosetup -n scitokens-cpp-%{version}
%build
export CFLAGS="%optflags -Wno-error=deprecated-declarations"
%{cmake}
%{cmake_build}
@@ -73,7 +74,6 @@ want to delegate trust for an issuer for managing a storage allocation.
%post -n libSciTokens0 -p /sbin/ldconfig
%postun -n libSciTokens0 -p /sbin/ldconfig
%files -n libSciTokens0
%license LICENSE
%{_libdir}/libSciTokens.so.0*