summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-06-19 12:07:26 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-06-19 14:58:13 -0400
commit1b8430e07fd0b3da76d987e934fa45e8c4b2aa9e (patch)
tree4f02ee5bc76067fe1141b12cc9bb61d0417bdb69
parent960d7aa95fd85d333458d7fcada31d6575981c57 (diff)
downloadperl-1b8430e07fd0b3da76d987e934fa45e8c4b2aa9e.tar.gz
Disable ODBM (via i_dbm) in HP-UX, seems to be buggy.
-rw-r--r--cpan/Digest-SHA/hints/hpux.pl1
-rw-r--r--hints/hpux.sh4
2 files changed, 4 insertions, 1 deletions
diff --git a/cpan/Digest-SHA/hints/hpux.pl b/cpan/Digest-SHA/hints/hpux.pl
index 942f223ba6..124d29c398 100644
--- a/cpan/Digest-SHA/hints/hpux.pl
+++ b/cpan/Digest-SHA/hints/hpux.pl
@@ -10,4 +10,3 @@ if ($Config{cc} eq 'cc' &&
$self->{OPTIMIZE} = '+O1';
}
}
-
diff --git a/hints/hpux.sh b/hints/hpux.sh
index e9305b6b64..598b1996df 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -761,3 +761,7 @@ case "$d_oldpthreads" in
d_strerror_r_proto='undef'
;;
esac
+
+# H.Merijn says it's not 1998 anymore: ODBM is not needed,
+# and it seems to be buggy in HP-UX anyway.
+i_dbm=undef