[glibc] Actually remove nptl as addon

Siddhesh Poyarekar siddhesh at fedoraproject.org
Thu Jul 3 05:43:37 UTC 2014


commit c96b7f7453ddbd0a58eb4ba8a61b5e24ed40e533
Author: Siddhesh Poyarekar <siddhesh at redhat.com>
Date:   Thu Jul 3 11:13:32 2014 +0530

    Actually remove nptl as addon

 glibc.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glibc.spec b/glibc.spec
index 0e9d598..8c79852 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -684,7 +684,7 @@ build()
 	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=$AddOns \
 		--with-headers=%{_prefix}/include $EnableKernel --enable-bind-now \
 		--build=%{target} \
 %ifarch %{multiarcharches}


More information about the scm-commits mailing list