From: Jarkko Hietaniemi Date: Sat, 16 Aug 2003 17:03:15 +0000 (+0000) Subject: No ODBM for Mac OS X, even if we have Fink GDBM libraries. X-Git-Tag: v5.10.0~9322 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/8ba6e8771826736d13e898ab45244fa6368c8f05?hp=7a834142adbc51cc162c81370bff7077f53dd3de No ODBM for Mac OS X, even if we have Fink GDBM libraries. p4raw-id: //depot/perl@20733 --- diff --git a/hints/darwin.sh b/hints/darwin.sh index 00c5b2d..6d2c112 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -209,6 +209,11 @@ EOM esac +# Fink can install a GDBM library that claims to have the ODBM interfaces +# but Perl dynaloader cannot for some reason use that library. We don't +# really need ODBM_FIle, though, so let's just hint ODBM away. +i_dbm=undef; + ## # Build process ##