Accepting request 1130810 from LibreOffice:Factory

OBS-URL: https://build.opensuse.org/request/show/1130810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=24
This commit is contained in:
Ana Guerrero 2023-12-05 16:01:25 +00:00 committed by Git OBS Bridge
commit 10840692d1
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 30 14:49:16 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Make use of openSUSE build flags
-------------------------------------------------------------------
Tue Aug 8 15:41:15 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -148,8 +148,8 @@ Libraries, includes, etc. for developing XML Security applications with NSS.
%build
# Allow for deprecations
export CFLAGS="-Wno-error=deprecated-declarations -std=c99"
export CXXFLAGS="-Wno-error=deprecated-declarations"
export CFLAGS="%{optflags} -Wno-error=deprecated-declarations -std=c99"
export CXXFLAGS="%{optflags} -Wno-error=deprecated-declarations"
%configure \
--disable-static \
--disable-silent-rules \