]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- added temporary workaround for missing as(1) manual
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 5 Mar 2004 23:32:28 +0000 (23:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    binutils.spec -> 1.166

binutils.spec

index 903e566ebbdc8e12e4e5f9ad98793edf85601d29..81ef711a70992e75b3dc6ef35c082b6f58523cf7 100644 (file)
@@ -14,7 +14,7 @@ Summary(tr):  GNU geli
 Summary(uk):   îÁ¦Ҡ¦ÎÓÔÒÕÍÅÎԦנGNU ÄÌÑ ÐÏÂÕÄÏ×É ×ÉËÏÎÕ×ÁÎÉÈ ÐÒÏÇÒÁÍ
 Name:          binutils
 Version:       2.15.90.0.1
-Release:       1
+Release:       2
 Epoch:         2
 License:       GPL
 Group:         Development/Tools
@@ -29,7 +29,8 @@ Patch3:               %{name}-eh-frame-ro.patch
 Patch4:                %{name}-ia64-bootstrap.patch
 Patch5:                %{name}-libtool-relink.patch
 URL:           http://sources.redhat.com/binutils/
-BuildRequires: automake
+BuildRequires: autoconf >= 2.59
+BuildRequires: automake >= 1.8.2
 BuildRequires: bison
 BuildRequires: flex
 BuildRequires: gettext-devel
@@ -126,6 +127,14 @@ niekt
 #%patch4 -p1
 
 %build
+# temporary workaround (only for 2.15.90.0.1) for missing files (non-standard regeneration!)
+cd gas
+aclocal
+automake --cygnus Makefile
+automake --cygnus doc/Makefile
+autoconf
+cd ..
+
 # More targets
 TARGETS=
 %ifarch ia64
This page took 0.138148 seconds and 4 git commands to generate.