From a1f7be618c486d9a94c5cae595b9d01dfc1b96ac Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 22 Jul 2009 14:57:57 +0200 Subject: 2.10.90-5 --- fedora/glibc.spec.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index c45c2bbf08..7e784b9191 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -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 - 2.10.90-5 +- Update from master. +- Undefine __i686 on x86 to fix build. + * Mon Jul 20 2009 Andreas Schwab - 2.10.90-4 - Update from master. - Don't build separate i686 package. -- cgit v1.2.3