From 543337e9546c8b6aa0eecc875eebdd816491c715 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 29 Apr 2014 15:15:58 +0530 Subject: [PATCH] Remove ports addon All architectures inside ports have now been moved to the main directory. --- glibc.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 - 2.19.90-12 - Auto-sync with upstream master. +- Remove ports addon. * Fri Apr 18 2014 Siddhesh Poyarekar - 2.19.90-11 - Sync with upstream master.