This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a83414
)
No ODBM for Mac OS X, even if we have Fink GDBM libraries.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 16 Aug 2003 17:03:15 +0000
(17:03 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 16 Aug 2003 17:03:15 +0000
(17:03 +0000)
p4raw-id: //depot/perl@20733
hints/darwin.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/darwin.sh
b/hints/darwin.sh
index
00c5b2d
..
6d2c112
100644
(file)
--- 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
##