[glibc] Enable ports to fix FTBFS on ARM

Peter Robinson pbrobinson at fedoraproject.org
Sat Sep 8 15:40:03 UTC 2012


commit 575bb8c6d7c8186ec08991bb07f0f128ac9d9c89
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Sep 8 16:39:53 2012 +0100

    Enable ports to fix FTBFS on ARM

 glibc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/glibc.spec b/glibc.spec
index 460eb35..8d0c883 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -27,7 +27,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 9%{?dist}
+Release: 10%{?dist}
 # 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
@@ -567,7 +567,7 @@ build_CFLAGS="$BuildFlags -g -O3 $*"
 configure_CFLAGS="$build_CFLAGS -fno-asynchronous-unwind-tables"
 ../configure CC="$GCC" CXX="$GXX" CFLAGS="$configure_CFLAGS" \
 	--prefix=%{_prefix} \
-	--enable-add-ons=nptl$AddOns \
+	--enable-add-ons=ports,nptl$AddOns \
 	--with-headers=%{_prefix}/include $EnableKernel --enable-bind-now \
 	--build=%{target} \
 %ifarch %{multiarcharches}
@@ -1349,6 +1349,9 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Sat Sep  8 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 2.16.90-10
+- Enable ports to fix FTBFS on ARM
+
 * Wed Sep 5 2012 Jeff Law <law at redhat.com> - 2.16.90-9
   - Resync with upstream sources.
 


More information about the scm-commits mailing list