summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrillig <rillig>2006-02-14 17:10:15 +0000
committerrillig <rillig>2006-02-14 17:10:15 +0000
commit1f02632225b705944ed5f5461c30fcd4ea1782e4 (patch)
tree985ea28a667b6468eb2c5e595ec28d85a0934609 /doc
parent021f2278751305a484f57ffacd4170aac9ec9d41 (diff)
downloadpkgsrc-1f02632225b705944ed5f5461c30fcd4ea1782e4.tar.gz
On Solaris, it may be necessary to redefine WRAPPER_SHELL to work around
the buggy /bin/ksh.
Diffstat (limited to 'doc')
-rw-r--r--doc/guide/files/platforms.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/guide/files/platforms.xml b/doc/guide/files/platforms.xml
index 96ed378c129..1012e09b8f1 100644
--- a/doc/guide/files/platforms.xml
+++ b/doc/guide/files/platforms.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: platforms.xml,v 1.26 2006/02/14 10:12:39 rillig Exp $ -->
+<!-- $NetBSD: platforms.xml,v 1.27 2006/02/14 17:10:15 rillig Exp $ -->
<chapter id="platforms">
<title>Using pkgsrc on systems other than &os;</title>
@@ -611,11 +611,12 @@
<filename>/bin/ksh</filename> crashes with a segmentation fault.
The workaround is to use another shell for the configure
scripts, for example by installing <filename
- role="pkg">shells/bash</filename> and adding the following line
+ role="pkg">shells/bash</filename> and adding the following lines
to your <filename>mk.conf</filename>:</para>
<programlisting>
CONFIG_SHELL= ${LOCALBASE}/bin/bash
+ WRAPPER_SHELL= ${LOCALBASE}/bin/bash
</programlisting>
</sect3>