]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- revision up to 8, glibc-2_1-8
authorkloczek <kloczek@pld-linux.org>
Fri, 26 Mar 1999 17:44:01 +0000 (17:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix ugly bug. Now as arch on x86 is passed i386 as ./configure parametre.

Changed files:
    glibc.spec -> 1.14

glibc.spec

index f8b55bd92d842355ca315c068c022ef72f30efac..8ec57f44765bd35fa7e7ad20cf34e6ed193e6045 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    GNU libc
 Summary(tr):   GNU libc
 name:          glibc
 Version:       2.1
-Release:       7
+Release:       8
 Copyright:     LGPL
 Group:         Libraries
 Group(pl):     Biblioteki
@@ -119,8 +119,10 @@ sparc32 \
        --enable-add-ons=crypt,linuxthreads \
        --disable-profile \
        --prefix=/usr \
-       --disable-omitfp
-make  
+       --disable-omitfp \
+       --enable-add-ons=yes \
+        $RPM_ARCH-linux
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.051175 seconds and 4 git commands to generate.