diff options
-rw-r--r-- | hints/sco.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/sco.sh b/hints/sco.sh index a9e3effe54..72c3d1c75c 100644 --- a/hints/sco.sh +++ b/hints/sco.sh @@ -132,3 +132,8 @@ libswanted=`echo " $libswanted " | sed -e 's/ dl / /'` set X $libswanted shift libswanted="$*" + +# Perl 5.003_05 and later try to include both <time.h> and <sys/select.h> +# in pp_sys.c, but that fails due to a redefinition of struct timeval. +# This will generate a WHOA THERE. Accept the default. +i_sysselct=$undef |