forked from pool/xmlsec1
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:
commit
10840692d1
@ -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>
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user