Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk need a few more commits to enable this.



details:   https://anonhg.NetBSD.org/src/rev/72127e17928a
branches:  trunk
changeset: 827008:72127e17928a
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 08 15:20:32 2017 +0000

description:
need a few more commits to enable this.

diffstat:

 share/mk/bsd.own.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5e5f68a6516e -r 72127e17928a share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Oct 08 15:06:17 2017 +0000
+++ b/share/mk/bsd.own.mk       Sun Oct 08 15:20:32 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1018 2017/10/08 15:03:50 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1019 2017/10/08 15:20:32 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1018,7 +1018,7 @@
 .endif
 
 .if ${MACHINE_ARCH} == "x86_64"
-MKSTATICPIE?=  yes
+MKSTATICPIE?=  no
 .else
 MKSTATICPIE?=  no
 .endif



Home | Main Index | Thread Index | Old Index