]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.10.90-5 fedora/glibc-2.10.90-5
authorAndreas Schwab <schwab@redhat.com>
Wed, 22 Jul 2009 12:57:57 +0000 (14:57 +0200)
committerAndreas Schwab <schwab@redhat.com>
Wed, 22 Jul 2009 12:57:57 +0000 (14:57 +0200)
fedora/glibc.spec.in

index c45c2bbf08f97342b911257cd047fc7227b210da..7e784b9191c2448fb113b4b4ee86100731acf27f 100644 (file)
@@ -21,7 +21,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 4
+Release: 5
 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
 # Things that are linked directly into dynamically linked programs
 # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@@ -330,7 +330,8 @@ shift
 rm -rf $builddir
 mkdir $builddir ; cd $builddir
 build_CFLAGS="$BuildFlags -g -O3 $*"
-CC="$GCC" CXX="$GXX" CFLAGS="$build_CFLAGS" ../configure --prefix=%{_prefix} \
+../configure CC="$GCC" CXX="$GXX" CFLAGS="$build_CFLAGS" \
+       --prefix=%{_prefix} \
        --enable-add-ons=nptl$AddOns --without-cvs $EnableKernel \
        --with-headers=%{_prefix}/include --enable-bind-now \
        --with-tls --with-__thread --build %{nptl_target_cpu}-redhat-linux \
@@ -1027,6 +1028,10 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Wed Jul 22 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-5
+- Update from master.
+- Undefine __i686 on x86 to fix build.
+
 * Mon Jul 20 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-4
 - Update from master.
 - Don't build separate i686 package.