Accepting request 1088725 from home:dirkmueller:Factory
- disable werror as a workaround for deprecation warnings with python 3.11 (bsc#1211052) OBS-URL: https://build.opensuse.org/request/show/1088725 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=356
This commit is contained in:
parent
cfc7150eef
commit
7477f9e542
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 22 21:01:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- disable werror as a workaround for deprecation warnings with
|
||||
python 3.11 (bsc#1211052)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 7 07:48:58 UTC 2023 - Tom de Vries <tdevries@suse.com>
|
||||
|
||||
|
3
gdb.spec
3
gdb.spec
@ -978,6 +978,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS%(printf ,%%s-elf %{elf_extra_target_list})"
|
||||
EXTRA_TARGETS=
|
||||
%endif
|
||||
|
||||
# Reenable enable-werror on tumbleweed when upgrading to 13.1 (bsc#1211052)
|
||||
../configure \
|
||||
--prefix=%{_prefix} \
|
||||
--libdir=%{_libdir} \
|
||||
@ -992,7 +993,7 @@ EXTRA_TARGETS=
|
||||
%ifnarch %{ix86} alpha ia64 ppc s390 s390x x86_64 ppc64 ppc64le sparc sparcv9 sparc64 riscv64 aarch64
|
||||
--disable-werror \
|
||||
%else
|
||||
%if %{suse_version} <= 1110
|
||||
%if %{suse_version} <= 1110 || %{suse_version} > 1500
|
||||
--disable-werror \
|
||||
%else
|
||||
--enable-werror \
|
||||
|
Loading…
x
Reference in New Issue
Block a user