Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/ld.elf_so Turn off GNU_RELRO for now.
details: https://anonhg.NetBSD.org/src/rev/fded75043273
branches: trunk
changeset: 345912:fded75043273
user: christos <christos%NetBSD.org@localhost>
date: Wed Jun 15 12:08:47 2016 +0000
description:
Turn off GNU_RELRO for now.
diffstat:
libexec/ld.elf_so/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5e54cca7d26b -r fded75043273 libexec/ld.elf_so/Makefile
--- a/libexec/ld.elf_so/Makefile Wed Jun 15 07:26:11 2016 +0000
+++ b/libexec/ld.elf_so/Makefile Wed Jun 15 12:08:47 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.131 2016/06/14 13:06:41 christos Exp $
+# $NetBSD: Makefile,v 1.132 2016/06/15 12:08:47 christos Exp $
#
# NOTE: when changing ld.so, ensure that ldd still compiles.
#
@@ -93,7 +93,7 @@
CPPFLAGS+= -DLIBDIR=\"${LIBDIR}\" -D_PATH_RTLD=\"${BINDIR}/${PROG}\"
CPPFLAGS+= -I${.CURDIR} -I. -D_KERNTYPES
CPPFLAGS+= -DRTLD_LOADER
-CPPFLAGS+= -DGNU_RELRO
+#CPPFLAGS+= -DGNU_RELRO
CPPFLAGS+= -D_RTLD_SOURCE
CPPFLAGS+= -DCOMBRELOC
#CPPFLAGS+= -DDEBUG
Home |
Main Index |
Thread Index |
Old Index