Skip to content

Commit e9d5f7d

Browse files
author
Karl Williamson
committed
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.
1 parent 74921e0 commit e9d5f7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/SDBM_File/Makefile.PL

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ WriteMakefile(
2020
XSPROTOARG => '-noprototypes', # XXX remove later?
2121
VERSION_FROM => 'SDBM_File.pm',
2222
DEFINE => $define,
23-
PERL_MALLOC_OK => 1,
2423
);
2524

2625
# We don't want the default subdir rule, as it creates a race condition with the

0 commit comments

Comments
 (0)