X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/0a8c84970ed40ea8edae407334b845cdf5015c50..bc96cb06440195f187b8bc57e25fdf1757da084e:/hints/netbsd.sh 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 +