]> git.pld-linux.org Git - packages/crossmingw32-gcc.git/commitdiff
- don't call autoconf in ./libiberty/ - it was not necessary and broke build
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 9 Oct 2001 22:33:13 +0000 (22:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 7

Changed files:
    crossmingw32-gcc.spec -> 1.11

crossmingw32-gcc.spec

index 490b7c3c0b22fc1315ff0f67ed624842f87371d4..48cbb03da7e92e7f24828456023f6699e856d1c2 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Mingw32 Binary Utility Development Utilities - gcc
 Summary(pl):   Zestaw narzêdzi mingw32 - gcc
 Name:          crossmingw32-gcc
 Version:       2.95.3
-Release:       6
+Release:       7
 Epoch:         1
 License:       GPL
 Group:         Development/Languages
@@ -242,10 +242,8 @@ Ten pakiet zawiera kompilator Javy generuj
 %patch24 -p1
 
 %build
-(cd libiberty ; autoconf)
-(cd gcc
-autoconf
-cd ..
+#(cd libiberty ; autoconf)
+(cd gcc ; autoconf)
 rm -rf obj-%{target_platform}
 install -d obj-%{target_platform}
 cd obj-%{target_platform}
@@ -285,7 +283,6 @@ cd gcc
 for n in msvcrt msvcrt20 msvcrt40; do
        sed "s/crtdll/$n/g" <specs | sed "s/crt1/crt2/g" >specs.$n
 done
-)
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.048197 seconds and 4 git commands to generate.