From: Todd C. Miller Date: Mon, 12 Apr 1999 23:12:22 +0000 (-0600) Subject: Update for OpenBSD hints X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1528c3dbdf2fe37d35064c5d7626416bbc1da382;p=p5sagit%2Fp5-mst-13.2.git Update for OpenBSD hints To: perlbug@perl.com Message-Id: <199904130512.XAA27712@xerxes.courtesan.com> p4raw-id: //depot/cfgperl@3254 --- diff --git a/hints/openbsd.sh b/hints/openbsd.sh index e9d8ea4..3f4c96f 100644 --- a/hints/openbsd.sh +++ b/hints/openbsd.sh @@ -15,10 +15,10 @@ usevfork='true' # setre?[ug]id() have been replaced by the _POSIX_SAVED_IDS versions # in 4.4BSD. Configure will find these but they are just emulated # and do not have the same semantics as in 4.3BSD. -d_setregid='undef' -d_setreuid='undef' -d_setrgid='undef' -d_setruid='undef' +d_setregid=$undef +d_setreuid=$undef +d_setrgid=$undef +d_setruid=$undef # # Not all platforms support shared libs... @@ -37,12 +37,22 @@ alpha|mips|powerpc|vax) ;; esac +# +# Tweaks for various versions of OpenBSD +# +case "$osvers" in +2.5) + # OpenBSD 2.5 has broken odbm support + i_dbm=$undef + ;; +esac + # OpenBSD doesn't need libcrypt but many folks keep a stub lib # around for old NetBSD binaries. libswanted=`echo $libswanted | sed 's/ crypt / /'` # Configure can't figure this out non-interactively -d_suidsafe='define' +d_suidsafe=$define # cc is gcc so we can do better than -O # Allow a command-line override, such as -Doptimize=-g