Skip to content

Commit

Permalink
Allow blead to compile under some g++
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Karl Williamson committed Feb 5, 2014
1 parent 74921e0 commit e9d5f7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/SDBM_File/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9d5f7d

Please sign in to comment.