diff --git a/binutils.spec b/binutils.spec index b168f81..3922e50 100644 --- a/binutils.spec +++ b/binutils.spec @@ -15,6 +15,7 @@ Patch6: binutils-2.17.50.0.3-standards.patch Patch7: binutils-2.17.50.0.3-build-fixes.patch Patch8: binutils-2.17.50.0.3-kept-section.patch Patch9: binutils-2.17.50.0.3-power6-insns.patch +Patch10: binutils-2.17.50.0.3-opcodes-intl.patch Buildroot: %{_tmppath}/binutils-root BuildRequires: texinfo >= 4.0, dejagnu, gettext, flex, bison @@ -53,6 +54,7 @@ addresses to file and line). %patch7 -p0 -b .build-fixes~ %patch8 -p0 -b .kept-section~ %patch9 -p0 -b .power6-insns~ +%patch10 -p0 -b .opcodes-intl~ # libtool sucks perl -pi -e 'm/LIBADD/ && s/(\.\.\/bfd\/libbfd.la)/-L\.\.\/bfd\/\.libs \1/' opcodes/Makefile.{am,in} # LTP sucks