forked from pool/xmlsec1
Accepting request 1130028 from home:Guillaume_G:PAC_BTI
- Make use of openSUSE build flags OBS-URL: https://build.opensuse.org/request/show/1130028 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=55
This commit is contained in:
parent
21c5940c2b
commit
831e4de4e4
@ -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>
|
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
|
%build
|
||||||
# Allow for deprecations
|
# Allow for deprecations
|
||||||
export CFLAGS="-Wno-error=deprecated-declarations -std=c99"
|
export CFLAGS="%{optflags} -Wno-error=deprecated-declarations -std=c99"
|
||||||
export CXXFLAGS="-Wno-error=deprecated-declarations"
|
export CXXFLAGS="%{optflags} -Wno-error=deprecated-declarations"
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
|
Loading…
Reference in New Issue
Block a user