forked from pool/elfutils
Updating link to change in openSUSE:Factory/elfutils revision 105
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=c6637de4aa93b7fd28f1e4f647523f0a
This commit is contained in:
parent
43fd2bdfa5
commit
384395963b
@ -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