diff options
Diffstat (limited to 'hints/svr4.sh')
-rw-r--r-- | hints/svr4.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hints/svr4.sh b/hints/svr4.sh index aa1008da80..c781686e38 100644 --- a/hints/svr4.sh +++ b/hints/svr4.sh @@ -153,6 +153,8 @@ esac # _mwoflocheckl issue (see ext/POSIX/hints/svr4.pl) would be appreciated. # if test -f /etc/issue -a -f /etc/.relid; then + # libcrypt contains nothing libc wouldn't have. + libswanted=`echo " $libswanted " | sed -e 's/ crypt / /'` # With the NCR High Performance C Compiler R3.0c, miniperl fails # t/op/regexp.t test 461 unless we compile with optimize=-g. # Volunteers are needed to determine just which files need special |