From c530d15426d7f9c92d074adaeef201902d3b543f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 7 Sep 2014 00:13:07 +0200 Subject: [PATCH] glibc: disable lock elision for now, see https://sourceware.org/bugzilla/show_bug.cgi?id=16657 --- srcpkgs/glibc/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/glibc/template b/srcpkgs/glibc/template index e22628f73fd..8ae971fa29f 100644 --- a/srcpkgs/glibc/template +++ b/srcpkgs/glibc/template @@ -1,7 +1,7 @@ # Template file for 'glibc' pkgname=glibc version=2.19 -revision=6 +revision=7 bootstrap=yes short_desc="The GNU C library" maintainer="Juan RP " @@ -75,7 +75,7 @@ do_configure() { --enable-add-ons=ports,nptl,libidn --enable-obsolete-rpc \ --enable-multi-arch --enable-bind-now \ --disable-profile --enable-kernel=2.6.27 \ - --enable-stack-guard-randomization --enable-lock-elision \ + --enable-stack-guard-randomization \ --without-selinux --without-cvs --without-gd }