summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2014-02-05 13:01:45 -0700
committerKarl Williamson <public@khwilliamson.com>2014-02-05 13:10:08 -0700
commite9d5f7d5c47a96d94ce10d3b5677a9625fe6c413 (patch)
treef2de654113ea6b9281b15bbf1078d919cb732114 /ext
parent74921e084804721ba28da48f5b849f41bdf0fb26 (diff)
downloadperl-e9d5f7d5c47a96d94ce10d3b5677a9625fe6c413.tar.gz
Allow blead to compile under some g++
Various platforms are refusing to compile blead with g++ [perl #121151] This patch, suggested by Tony Cook seems to work. There may be a better way to do it, so I'm not closing the ticket, but this gets things working again.
Diffstat (limited to 'ext')
-rw-r--r--ext/SDBM_File/Makefile.PL1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/SDBM_File/Makefile.PL b/ext/SDBM_File/Makefile.PL
index b96b80bfb8..676708ca4e 100644
--- a/ext/SDBM_File/Makefile.PL
+++ b/ext/SDBM_File/Makefile.PL
@@ -20,7 +20,6 @@ WriteMakefile(
XSPROTOARG => '-noprototypes', # XXX remove later?
VERSION_FROM => 'SDBM_File.pm',
DEFINE => $define,
- PERL_MALLOC_OK => 1,
);
# We don't want the default subdir rule, as it creates a race condition with the