Skip to content
Snippets Groups Projects
Commit f824abc2 authored by Allan McRae's avatar Allan McRae :speech_balloon:
Browse files

prepare for LDFLAGS+=-z,now

parent 3fae0e2d
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
pkgname=glibc
pkgver=2.24
pkgrel=2.90
pkgrel=2.91
_commit=fdfc9260
pkgdesc="GNU C Library"
arch=('i686' 'x86_64')
......@@ -54,6 +54,8 @@ build() {
# remove hardening options for building libraries
CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
CFLAGS=${CFLAGS/-fstack-protector-strong/}
# this is handled properly by --enable-bind-now
LDFLAGS=${LDFLAGS/,-z,now/}
../${pkgname}/configure \
--prefix=/usr \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment