pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang smlnj: Disable PKGSRC_MKPIE
details: https://anonhg.NetBSD.org/pkgsrc/rev/647fd2d0bda5
branches: trunk
changeset: 459304:647fd2d0bda5
user: nia <nia%pkgsrc.org@localhost>
date: Sun Oct 03 07:10:44 2021 +0000
description:
smlnj: Disable PKGSRC_MKPIE
diffstat:
lang/smlnj/Makefile.common | 7 ++++++-
lang/smlnj11072/Makefile.common | 7 ++++++-
2 files changed, 12 insertions(+), 2 deletions(-)
diffs (42 lines):
diff -r bec9c75558ae -r 647fd2d0bda5 lang/smlnj/Makefile.common
--- a/lang/smlnj/Makefile.common Sun Oct 03 07:06:42 2021 +0000
+++ b/lang/smlnj/Makefile.common Sun Oct 03 07:10:44 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2019/10/12 19:50:58 he Exp $
+# $NetBSD: Makefile.common,v 1.16 2021/10/03 07:10:44 nia Exp $
#
# used by lang/smlnj/Makefile
@@ -22,6 +22,11 @@
# there are 32-on-64 hacks for amd64 on linux and netbsd
ONLY_FOR_PLATFORM+= Linux-*-x86_64 NetBSD-*-x86_64
+# On NetBSD/i386:
+# run.x86-netbsd: Cannot write-enable text segment: Permission denied
+# ./config/install.sh !!! Boot code failed, no heap image (sml.x86-bsd).
+MKPIE_SUPPORTED= no
+
.include "../../mk/bsd.prefs.mk"
# Possible values of BOX and OS must be kept in sync with the
diff -r bec9c75558ae -r 647fd2d0bda5 lang/smlnj11072/Makefile.common
--- a/lang/smlnj11072/Makefile.common Sun Oct 03 07:06:42 2021 +0000
+++ b/lang/smlnj11072/Makefile.common Sun Oct 03 07:10:44 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2019/10/12 20:00:06 he Exp $
+# $NetBSD: Makefile.common,v 1.6 2021/10/03 07:10:44 nia Exp $
#
# used by lang/smlnj/Makefile
@@ -22,6 +22,11 @@
# there are 32-on-64 hacks for amd64 on linux and netbsd
ONLY_FOR_PLATFORM+= Linux-*-x86_64 NetBSD-*-x86_64
+# On NetBSD/i386:
+# run.x86-netbsd: Cannot write-enable text segment: Permission denied
+# ./config/install.sh !!! Boot code failed, no heap image (sml.x86-bsd).
+MKPIE_SUPPORTED= no
+
.include "../../mk/bsd.prefs.mk"
# Possible values of BOX and OS must be kept in sync with the
Home |
Main Index |
Thread Index |
Old Index