Delete plugins patch - enable plugins via configure option.

This commit is contained in:
nick clifton 2011-04-11 12:22:39 +01:00
parent c4a4783715
commit b93cfa4dc3
1 changed files with 5 additions and 4 deletions

View File

@ -17,7 +17,7 @@
Summary: A GNU collection of binary utilities Summary: A GNU collection of binary utilities
Name: %{?cross}binutils%{?_with_debug:-debug} Name: %{?cross}binutils%{?_with_debug:-debug}
Version: 2.21.51.0.8 Version: 2.21.51.0.8
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv3+ License: GPLv3+
Group: Development/Tools Group: Development/Tools
URL: http://sources.redhat.com/binutils URL: http://sources.redhat.com/binutils
@ -31,7 +31,6 @@ Patch05: binutils-2.20.51.0.2-set-long-long.patch
Patch06: binutils-2.20.51.0.10-copy-osabi.patch Patch06: binutils-2.20.51.0.10-copy-osabi.patch
Patch07: binutils-2.20.51.0.10-sec-merge-emit.patch Patch07: binutils-2.20.51.0.10-sec-merge-emit.patch
Patch08: binutils-2.20.51.0.2-build-id.patch Patch08: binutils-2.20.51.0.2-build-id.patch
Patch09: binutils-2.21.51.0.6-gold-plugins.patch
%define gold_arches %ix86 x86_64 %define gold_arches %ix86 x86_64
@ -130,7 +129,6 @@ using libelf instead of BFD.
%patch06 -p0 -b .copy-osabi~ %patch06 -p0 -b .copy-osabi~
%patch07 -p0 -b .sec-merge-emit~ %patch07 -p0 -b .sec-merge-emit~
%patch08 -p0 -b .build-id~ %patch08 -p0 -b .build-id~
%patch09 -p0 -b .gold-plugins~
# We cannot run autotools as there is an exact requirement of autoconf-2.59. # We cannot run autotools as there is an exact requirement of autoconf-2.59.
@ -203,7 +201,7 @@ CFLAGS="$CFLAGS -O0 -ggdb2"
--disable-shared \ --disable-shared \
%endif %endif
$CARGS \ $CARGS \
--disable-werror \ --enable-plugins \
--with-bugurl=http://bugzilla.redhat.com/bugzilla/ --with-bugurl=http://bugzilla.redhat.com/bugzilla/
make %{_smp_mflags} tooldir=%{_prefix} all make %{_smp_mflags} tooldir=%{_prefix} all
make %{_smp_mflags} tooldir=%{_prefix} info make %{_smp_mflags} tooldir=%{_prefix} info
@ -419,6 +417,9 @@ exit 0
%endif # %{isnative} %endif # %{isnative}
%changelog %changelog
* Mon Apr 11 2011 Nick Clifton <nickc@redhat.com> - 2.21.51.0.8-2
- Delete plugins patch - enable plugins via configure option.
* Mon Apr 11 2011 Nick Clifton <nickc@redhat.com> - 2.21.51.0.8-1 * Mon Apr 11 2011 Nick Clifton <nickc@redhat.com> - 2.21.51.0.8-1
- Rebase on 2.21.51.0.8 tarball. - Rebase on 2.21.51.0.8 tarball.