diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-07 15:45:03 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-07 15:45:03 +0000 |
commit | 3332bd48887b0ba301a11465bf667141ae01ada3 (patch) | |
tree | 4fd4283c18bc5c4d940237941d445d6e152a505d | |
parent | 2fad75a19411f05e47e6609ac632b714c1ebdf95 (diff) | |
download | perl-3332bd48887b0ba301a11465bf667141ae01ada3.tar.gz |
Hint away the semid_ds test in NetBSD/sparc.
p4raw-id: //depot/perl@20552
-rw-r--r-- | hints/netbsd.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/netbsd.sh b/hints/netbsd.sh index 02d730fa0a..07c6099e28 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 + |