diff options
author | root <root@rshg054.dnsready.net> | 2013-08-31 02:47:09 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-31 02:47:09 -0700 |
commit | 35038ccdbc0ea8a9d5c9bf1f5e992d84dda29b99 (patch) | |
tree | afe4d4bb8cf56641358ca5d375e81a42974d24bb /core/glibc | |
parent | 109554d1877a597958bd06c69eb4a8fca34ef367 (diff) |
Sat Aug 31 02:42:46 PDT 2013
Diffstat (limited to 'core/glibc')
-rw-r--r-- | core/glibc/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/glibc/PKGBUILD b/core/glibc/PKGBUILD index 554227997..dfc1154ea 100644 --- a/core/glibc/PKGBUILD +++ b/core/glibc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 193120 2013-08-16 21:44:47Z allan $ +# $Id: PKGBUILD 193742 2013-08-30 03:37:09Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc @@ -6,7 +6,7 @@ pkgname=glibc pkgver=2.18 -pkgrel=2 +pkgrel=3 pkgdesc="GNU C Library" arch=('i686' 'x86_64') url="http://www.gnu.org/software/libc" @@ -74,6 +74,7 @@ build() { --enable-kernel=2.6.32 \ --enable-bind-now --disable-profile \ --enable-stackguard-randomization \ + --enable-lock-elision \ --enable-multi-arch # build libraries with hardening disabled |