glibc: disable lock elision for now, see https://sourceware.org/bugzilla/show_bug.cgi?id=16657
This commit is contained in:
parent
0ceebc9188
commit
c530d15426
1 changed files with 2 additions and 2 deletions
|
@ -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 <xtraeme@gmail.com>"
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue