]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- release 2, binutils-2_9_5_0_35-2
authorkloczek <kloczek@pld-linux.org>
Fri, 14 Apr 2000 15:58:55 +0000 (15:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use corectly $RPM_OPT_FLAGS on compiling binutils.

Changed files:
    binutils.spec -> 1.57

binutils.spec

index b76ea2d97c70677e3eb3ce2a8e872f27e478a360..388131ae2572f10e0652c5fce820f6f6591ab4e3 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    Narz
 Summary(tr):   GNU geliþtirme araçlarý
 Name:          binutils
 Version:       2.9.5.0.35
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Tools
 Group(fr):     Development/Outils
@@ -55,7 +55,9 @@ Biblioteki statyczne GNU Binutils.
 %patch0 -p1
 
 %build
-LDFLAGS="-s"; export LDFLAGS
+LDFLAGS="-s"
+CFLAGS="$RPM_OPT_FLAGS"
+export LDFLAGS CFLAGS
 %ifarch sparc sparc64
 sparc32 \
 %endif
This page took 0.063935 seconds and 4 git commands to generate.