summaryrefslogtreecommitdiff
path: root/hints/vos.sh
diff options
context:
space:
mode:
authorPaul Green <Paul.Green@stratus.com>2002-02-26 10:19:00 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-27 01:01:11 +0000
commit1059054db273fce406f731966b935f417b38dbd5 (patch)
treed49d30b91b8be634a16ee9a20088b28f9d3afff1 /hints/vos.sh
parente898cac497f3d7e983ff7c88987fad2069369baf (diff)
downloadperl-1059054db273fce406f731966b935f417b38dbd5.tar.gz
perl/hints/vos.sh
Message-Id: <200202262021.PAA24979@mailhub1.stratus.com> p4raw-id: //depot/perl@14890
Diffstat (limited to 'hints/vos.sh')
-rw-r--r--hints/vos.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/hints/vos.sh b/hints/vos.sh
index c06adba188..f3bd74d7e3 100644
--- a/hints/vos.sh
+++ b/hints/vos.sh
@@ -82,3 +82,12 @@ archobjs="vos.o"
# Help gmake find vos.c
test -h vos.c || ln -s vos/vos.c vos.c
+
+# VOS returns a constant 1 for st_nlink when stat'ing a
+# directory. Therefore, we must set this variable to stop
+# File::Find using the link count to determine whether there are
+# subdirectories to be searched.
+dont_use_nlink=define
+
+# Tell Configure where to find the hosts file.
+hostcat="cat /system/stcp/hosts"