]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Dump config.log if configure fails.
authorRoland McGrath <roland@redhat.com>
Thu, 27 Aug 2009 21:24:06 +0000 (14:24 -0700)
committerRoland McGrath <roland@redhat.com>
Thu, 27 Aug 2009 21:24:06 +0000 (14:24 -0700)
fedora/glibc.spec.in

index 0a2b26bef1e03c4b9039d215b0f738218ad42f60..eabd17783d6ac296c7451fac4c91ab72aa05d87e 100644 (file)
@@ -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