forked from pool/xmlsec1
Accepting request 1001880 from LibreOffice:Factory
OBS-URL: https://build.opensuse.org/request/show/1001880 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlsec1?expand=0&rev=19
This commit is contained in:
commit
0deb575036
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 8 07:25:33 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Add export CFLAGS/CXXFLAGS="-Wno-error=deprecated-declarations"
|
||||||
|
inbefore configure. We pass --enable-werror to configure, and
|
||||||
|
that leads to warnings about deprecations failing build. As
|
||||||
|
deprecations is mainly a consern for upstream, stop failing on
|
||||||
|
those.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 23 09:49:35 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Mon May 23 09:49:35 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -143,6 +143,9 @@ Libraries, includes, etc. for developing XML Security applications with NSS.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# Allow for deprecations
|
||||||
|
export CFLAGS="-Wno-error=deprecated-declarations"
|
||||||
|
export CXXFLAGS="-Wno-error=deprecated-declarations"
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
|
Loading…
Reference in New Issue
Block a user