mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/glibc to 2.18-3
This commit is contained in:
parent
96f0893ca2
commit
8519b03bad
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@ noautobuild=1
|
|||
|
||||
pkgname=glibc
|
||||
pkgver=2.18
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="GNU C Library"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gnu.org/software/libc"
|
||||
|
@ -90,6 +90,7 @@ build() {
|
|||
--enable-kernel=2.6.27 \
|
||||
--enable-bind-now --disable-profile \
|
||||
--enable-stackguard-randomization \
|
||||
--enable-lock-elision \
|
||||
--disable-multi-arch $CONFIGFLAG
|
||||
|
||||
# build libraries with hardening disabled
|
||||
|
|
Loading…
Reference in a new issue