diff options
author | Andreas Schwab <schwab@redhat.com> | 2009-07-22 14:57:57 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2009-07-22 14:57:57 +0200 |
commit | a1f7be618c486d9a94c5cae595b9d01dfc1b96ac (patch) | |
tree | bdbe7a7e6578d8ea277f41eeea4984f050055707 | |
parent | 3aba072d90b500e76f7f1cb06c659fb3cf02c6b8 (diff) | |
download | glibc-a1f7be618c486d9a94c5cae595b9d01dfc1b96ac.tar.gz glibc-a1f7be618c486d9a94c5cae595b9d01dfc1b96ac.tar.xz glibc-a1f7be618c486d9a94c5cae595b9d01dfc1b96ac.zip |
2.10.90-5 fedora/glibc-2.10.90-5
-rw-r--r-- | fedora/glibc.spec.in | 9 |
1 files 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 <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. |