[glibc] Remove ports addon

Siddhesh Poyarekar siddhesh at fedoraproject.org
Tue Apr 29 09:45:35 UTC 2014


commit 543337e9546c8b6aa0eecc875eebdd816491c715
Author: Siddhesh Poyarekar <siddhesh at redhat.com>
Date:   Tue Apr 29 15:15:58 2014 +0530

    Remove ports addon
    
    All architectures inside ports have now been moved to the main
    directory.

 glibc.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/glibc.spec b/glibc.spec
index 1bbe15a..fc6e338 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -681,7 +681,7 @@ build()
 	configure_CFLAGS="$build_CFLAGS -fno-asynchronous-unwind-tables"
 	../configure CC="$GCC" CXX="$GXX" CFLAGS="$configure_CFLAGS" \
 		--prefix=%{_prefix} \
-		--enable-add-ons=ports,nptl$AddOns \
+		--enable-add-ons=nptl$AddOns \
 		--with-headers=%{_prefix}/include $EnableKernel --enable-bind-now \
 		--build=%{target} \
 %ifarch %{multiarcharches}
@@ -1637,6 +1637,7 @@ rm -f *.filelist*
 %changelog
 * Tue Apr 29 2014 Siddhesh Poyarekar <siddhesh at redhat.com> - 2.19.90-12
 - Auto-sync with upstream master.
+- Remove ports addon.
 
 * Fri Apr 18 2014 Siddhesh Poyarekar <siddhesh at redhat.com> - 2.19.90-11
 - Sync with upstream master.


More information about the scm-commits mailing list