This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Disable ODBM (via i_dbm) in HP-UX, seems to be buggy.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 19 Jun 2014 16:07:26 +0000 (12:07 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 19 Jun 2014 18:58:13 +0000 (14:58 -0400)
cpan/Digest-SHA/hints/hpux.pl
hints/hpux.sh

index 942f223..124d29c 100644 (file)
@@ -10,4 +10,3 @@ if ($Config{cc} eq 'cc' &&
     $self->{OPTIMIZE} = '+O1';
   }
 }
-
index e9305b6..598b199 100644 (file)
@@ -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