summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2014-02-05 13:01:45 -0700
committerRicardo Signes <rjbs@cpan.org>2014-09-26 09:39:24 -0400
commitc428c59c0af0a8213fce4357214a5cdf7d3faf56 (patch)
tree9057a95f056aac2add4693accb8f1e47fb60d8f3
parent77d4f3e3169844a5ec8eca10503e66edae15d74e (diff)
downloadperl-c428c59c0af0a8213fce4357214a5cdf7d3faf56.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. (cherry picked from commit e9d5f7d5c47a96d94ce10d3b5677a9625fe6c413)
-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