From 3332bd48887b0ba301a11465bf667141ae01ada3 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 7 Aug 2003 15:45:03 +0000 Subject: [PATCH] Hint away the semid_ds test in NetBSD/sparc. p4raw-id: //depot/perl@20552 --- hints/netbsd.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hints/netbsd.sh b/hints/netbsd.sh index 02d730f..07c6099 100644 --- a/hints/netbsd.sh +++ b/hints/netbsd.sh @@ -174,3 +174,8 @@ EOF ;; esac +# NetBSD/sparc 1.5.3/1.6.1 dumps core in the semid_ds test of Configure. +case `uname -m` in +sparc) d_semctl_semid_ds=undef ;; +esac + -- 2.7.4