Browse Source

resurrect important GNU binutils patch

Ralf S. Engelschall 23 years ago
parent
commit
9bbba2f854
1 changed files with 2 additions and 0 deletions
  1. 2 0
      binutils/binutils.spec

+ 2 - 0
binutils/binutils.spec

@@ -37,6 +37,7 @@ Release:      20021108
 
 #   list of sources
 Source0:      ftp://sources.redhat.com/pub/binutils/releases/binutils-%{version}.tar.bz2
+Patch0:       binutils.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -64,6 +65,7 @@ AutoReqProv:  no
 
 %prep
     %setup -q
+    %patch -p0
 
 %build
     CC="%{l_cc}"; export CC