]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- rel 2; fix for upstream pr 5755 (the fix is revert actually) auto/th/binutils-2_18_50_0_4-2 auto/ti/binutils-2_18_50_0_4-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 16 Feb 2008 20:57:59 +0000 (20:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    binutils.spec -> 1.281

binutils.spec

index bf91dcca254c5475002bb2a4e7e41245cf8f5155..1dfcb1c528132fd71156ae56ef433c231de7c74d 100644 (file)
@@ -15,7 +15,7 @@ Summary(tr.UTF-8):    GNU geliştirme araçları
 Summary(uk.UTF-8):     Набір інструментів GNU для побудови виконуваних програм
 Name:          binutils
 Version:       2.18.50.0.4
-Release:       1
+Release:       2
 Epoch:         3
 License:       GPL v3+
 Group:         Development/Tools
@@ -32,6 +32,7 @@ Patch5:               %{name}-flex.patch
 Patch6:                %{name}-discarded.patch
 Patch7:                %{name}-absolute-gnu_debuglink-path.patch
 Patch8:                %{name}-libtool-m.patch
+Patch9:                %{name}-pr-5755.patch
 URL:           http://sources.redhat.com/binutils/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.8.2
@@ -151,16 +152,19 @@ niektórych pakietów.
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 %build
 # non-standard regeneration (needed because of gasp patch)
 # AM_BINUTILS_WARNINGS in bfd/warning.m4, ZW_GNU_GETTEXT_SISTER_DIR in config/gettext-sister.m4
-cd gas
-aclocal -I ../bfd -I ../config -I ..
-automake --cygnus Makefile
-automake --cygnus doc/Makefile
-autoconf
-cd ..
+for dir in gas bfd; do
+       cd $dir || exit 1
+       aclocal -I ../bfd -I ../config -I ..
+       automake --cygnus Makefile
+       automake --cygnus doc/Makefile
+       autoconf
+       cd ..
+done
 
 # More targets
 TARGETS=
This page took 0.186144 seconds and 4 git commands to generate.