This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, fedora/master, updated. fedora/glibc-2.10.90-17-1-g26e1d33


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, fedora/master has been updated
       via  26e1d33af0eaa41e1c968f46a891de5086c1d6d3 (commit)
      from  45f08acbda79845dc64ada5ec8daf47c8d63f038 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=26e1d33af0eaa41e1c968f46a891de5086c1d6d3

commit 26e1d33af0eaa41e1c968f46a891de5086c1d6d3
Author: Roland McGrath <roland@redhat.com>
Date:   Thu Aug 27 14:24:06 2009 -0700

    Dump config.log if configure fails.

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 0a2b26b..eabd177 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -347,7 +347,9 @@ build_CFLAGS="$BuildFlags -g -O3 $*"
 %ifarch %{multiarcharches}
 	--enable-multi-arch \
 %endif
-	--disable-profile --enable-experimental-malloc --enable-nss-crypt
+	--disable-profile --enable-experimental-malloc --enable-nss-crypt ||
+{ cat config.log ; false }
+
 make %{?_smp_mflags} -r CFLAGS="$build_CFLAGS" PARALLELMFLAGS=-s
 
 cd ..
@@ -1029,6 +1031,7 @@ rm -f *.filelist*
 - Update from master.
 
 * Wed Aug 26 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-16
+- Update from master.
   - handle AVX saving on x86-64 in interrupted symbol lookups (#519081).
 
 * Mon Aug 24 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-15

-----------------------------------------------------------------------

Summary of changes:
 fedora/glibc.spec.in |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]