This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump the perl version in various places for 5.23.3.
[perl5.git] / hints / svr4.sh
index aa1008d..34a00ab 100644 (file)
@@ -153,13 +153,17 @@ 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.
+    # t/op/regexp.t test 461 unless we compile with optimize=-O0.
     # Volunteers are needed to determine just which files need special
-    # treatment.  For now, use optimize=-g for everything.
+    # treatment.  For now, use optimize=-O0 for everything.
     #
+    d_usleep='undef'
+    d_ualarm='undef'
     case "$optimize" in
-    '') optimize='-g' ;;
+    '') optimize='-O0' ;;
     esac
 fi
 
@@ -168,5 +172,5 @@ fi
 # SVR4 derivatives.  (Though UnixWare has it in /usr/ccs/lib/libc.so.)
 d_lstat=define
 
-d_suidsafe='define'    # "./Configure -d" can't figure this out easilly
+d_suidsafe='define'    # "./Configure -d" can't figure this out easily