diff options
Diffstat (limited to 'hints/darwin.sh')
-rw-r--r-- | hints/darwin.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh index 00c5b2de05..6d2c11244a 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 ## |