summaryrefslogtreecommitdiff
path: root/ext/ODBM_File/hints/hpux.pl
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-09-08 20:20:53 +0000
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-09-08 20:20:53 +0000
commitcfa36279d45e2a79786d657c38c20ada558a5e43 (patch)
tree5511722d8fff0effc2c309f8ec2638194c8a5100 /ext/ODBM_File/hints/hpux.pl
parent1639c7b394658ecd7eb856ba9df0fd2269415ecd (diff)
downloadperl-cfa36279d45e2a79786d657c38c20ada558a5e43.tar.gz
Try to work around "bad free" in dbmclose().
Diffstat (limited to 'ext/ODBM_File/hints/hpux.pl')
-rw-r--r--ext/ODBM_File/hints/hpux.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/ODBM_File/hints/hpux.pl b/ext/ODBM_File/hints/hpux.pl
new file mode 100644
index 0000000000..31f9d24bca
--- /dev/null
+++ b/ext/ODBM_File/hints/hpux.pl
@@ -0,0 +1,4 @@
+# Try to work around "bad free" messages. See note in ODBM_File.xs.
+# Andy Dougherty <doughera@lafcol.lafayette.edu>
+# Sun Sep 8 12:57:52 EDT 1996
+$self->{CCFLAGS} = $Config{ccflags} . ' -DDBM_BUG_DUPLICATE_FREE' ;