summaryrefslogtreecommitdiff
path: root/mk/mk.conf.example
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2000-01-14 11:58:21 +0000
committeragc <agc@pkgsrc.org>2000-01-14 11:58:21 +0000
commit1a2b11032482615a9139c5f2e107724a8050dae4 (patch)
treedabf39394977ab01deb5371d8d9d4a084eb59ca9 /mk/mk.conf.example
parent003906a9b85120593c9923fbea1a1af69b78b746 (diff)
downloadpkgsrc-1a2b11032482615a9139c5f2e107724a8050dae4.tar.gz
Introduce another definition, FATAL_OBJECT_FMT_SKEW, defaulting to "yes".
This halts the execution if an installed package's object format is not the same as the object format currently in use. It can be set to "no" on the rare occasion where the interface to the pre-requisite packages is one of a binary, not a library.
Diffstat (limited to 'mk/mk.conf.example')
-rw-r--r--mk/mk.conf.example10
1 files changed, 9 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index b8a00026a13..3b8e2d7f14a 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.111 2000/01/06 08:48:52 fredb Exp $
+# $NetBSD: mk.conf.example,v 1.112 2000/01/14 11:58:22 agc Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -198,6 +198,14 @@
# Possible: su, sudo, or priv, with appropriate arguments
# Default: ${SU} - root -c
+#FATAL_OBJECT_FMT_SKEW=yes
+# If there is a pre-requisite package, which has a different object format
+# from that currently being used, halt execution. One (rare) situation where
+# it is possible for the difference to be harmless is where the pre-requisite
+# package provides an executable, not a library.
+# Possible: yes, no
+# Default: yes
+
#
# Definitions used only in the packages collection
#