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:
commit
3524236319
@ -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>
|
Thu Feb 16 13:00:33 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
|
||||||
|
|
||||||
|
@ -118,7 +118,7 @@ URL for a distribution.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%sysusers_generate_pre %{SOURCE4} %{name} %{name}.conf
|
%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)
|
CFLAGS+=" -g" # tests need debug info enabled (boo#1031556)
|
||||||
%ifarch %sparc
|
%ifarch %sparc
|
||||||
# Small PIC model not sufficient
|
# Small PIC model not sufficient
|
||||||
|
@ -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>
|
Thu Feb 16 13:00:33 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
|
||||||
|
|
||||||
|
@ -155,7 +155,7 @@ The package is dummy.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
%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)
|
CFLAGS+=" -g" # tests need debug info enabled (boo#1031556)
|
||||||
%ifarch %sparc
|
%ifarch %sparc
|
||||||
# Small PIC model not sufficient
|
# Small PIC model not sufficient
|
||||||
|
Loading…
Reference in New Issue
Block a user