delete jansson

This commit is contained in:
huyubiao 2024-08-05 17:04:40 +08:00
parent aae365e8ae
commit a3d3e5400b

View File

@ -2,7 +2,7 @@
Summary: A GNU collection of binary utilities Summary: A GNU collection of binary utilities
Name: binutils%{?_with_debug:-debug} Name: binutils%{?_with_debug:-debug}
Version: 2.41 Version: 2.41
Release: 6 Release: 7
License: GPL-3.0-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND BSD-3-Clause AND GFDL-1.3-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later License: GPL-3.0-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND BSD-3-Clause AND GFDL-1.3-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later
URL: https://sourceware.org/binutils URL: https://sourceware.org/binutils
@ -260,7 +260,7 @@ Conflicts: gcc-c++ < 4.0.0
%endif %endif
%if %{without bootstrap} %if %{without bootstrap}
BuildRequires: gettext, flex, jansson-devel BuildRequires: gettext, flex
%if %{with systemzlib} %if %{with systemzlib}
BuildRequires: zlib-devel BuildRequires: zlib-devel
%endif %endif
@ -541,10 +541,6 @@ compute_global_configuration()
--enable-64-bit-bfd \ --enable-64-bit-bfd \
--with-bugurl=https://gitee.com/src-openeuler/binutils/issues/" --with-bugurl=https://gitee.com/src-openeuler/binutils/issues/"
%if %{without bootstrap}
CARGS="$CARGS --enable-jansson=yes"
%endif
%if %{with debuginfod} %if %{with debuginfod}
CARGS="$CARGS --with-debuginfod" CARGS="$CARGS --with-debuginfod"
%endif %endif
@ -1271,6 +1267,9 @@ exit 0
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
%changelog %changelog
* Mon Aug 5 2024 huyubiao <huyubiao@huawei.com> - 2.41-7
- delete jansson
* Thu Jun 20 2024 huyubiao <huyubiao@huawei.com> - 2.41-6 * Thu Jun 20 2024 huyubiao <huyubiao@huawei.com> - 2.41-6
- fix ld-new compilation failure on 32-bit systems - fix ld-new compilation failure on 32-bit systems