SHA256
3
0
forked from pool/elfutils

Accepting request 1067346 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1067346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=105
This commit is contained in:
Dominique Leuenberger 2023-03-02 22:01:47 +00:00 committed by Git OBS Bridge
commit 3524236319
4 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 23 09:29:20 UTC 2023 - Martin Liška <mliska@suse.cz>
- Disable a false-positive -Werror=use-after-free warning.
-------------------------------------------------------------------
Thu Feb 16 13:00:33 UTC 2023 - Pedro Monreal <pmonreal@suse.com>

View File

@ -118,7 +118,7 @@ URL for a distribution.
%build
%sysusers_generate_pre %{SOURCE4} %{name} %{name}.conf
export CFLAGS="%optflags -Werror=date-time"
export CFLAGS="%optflags -Werror=date-time -Wno-use-after-free"
CFLAGS+=" -g" # tests need debug info enabled (boo#1031556)
%ifarch %sparc
# Small PIC model not sufficient

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 23 09:29:20 UTC 2023 - Martin Liška <mliska@suse.cz>
- Disable a false-positive -Werror=use-after-free warning.
-------------------------------------------------------------------
Thu Feb 16 13:00:33 UTC 2023 - Pedro Monreal <pmonreal@suse.com>

View File

@ -155,7 +155,7 @@ The package is dummy.
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
export CFLAGS="%optflags -Werror=date-time"
export CFLAGS="%optflags -Werror=date-time -Wno-use-after-free"
CFLAGS+=" -g" # tests need debug info enabled (boo#1031556)
%ifarch %sparc
# Small PIC model not sufficient