Module Name: src
Committed By: christos
Date: Sun Oct 8 15:20:32 UTC 2017
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
need a few more commits to enable this.
To generate a diff of this commit:
cvs rdiff -u -r1.1018 -r1.1019 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1018 src/share/mk/bsd.own.mk:1.1019
--- src/share/mk/bsd.own.mk:1.1018 Sun Oct 8 11:03:50 2017
+++ src/share/mk/bsd.own.mk Sun Oct 8 11:20:32 2017
@@ -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 @@ MKRELRO?= no
.endif
.if ${MACHINE_ARCH} == "x86_64"
-MKSTATICPIE?= yes
+MKSTATICPIE?= no
.else
MKSTATICPIE?= no
.endif