diff options
author | grommel@sears.com <grommel@sears.com> | 2003-09-23 08:40:33 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-23 19:33:45 +0000 |
commit | ca37ab507eb0cfe686e1e8008a10e033024f46d5 (patch) | |
tree | d764092d536cf7ed2911a63218b13fe56c2c908c /hints/svr4.sh | |
parent | 8d410bc4d2eab1d6e87b832152ba1fd130bba116 (diff) | |
download | perl-ca37ab507eb0cfe686e1e8008a10e033024f46d5.tar.gz |
Re: NCR MP-RAS perl problems [perl #23791]
Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
p4raw-id: //depot/perl@21344
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 |