From: Steve Hay Date: Wed, 16 May 2007 16:41:48 +0000 (+0000) Subject: DynaLoader doesn't seem to need -DPERL_CORE, and no other extensions X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ec29429e8a1cf7b63f335cba3a013c7fe6425556;p=p5sagit%2Fp5-mst-13.2.git DynaLoader doesn't seem to need -DPERL_CORE, and no other extensions are compiled with it, so let's see if we can get away with removing it. Revert this change if it causes black smoke! p4raw-id: //depot/perl@31230 --- diff --git a/ext/DynaLoader/Makefile.PL b/ext/DynaLoader/Makefile.PL index b4c12fc..1f06c5c 100644 --- a/ext/DynaLoader/Makefile.PL +++ b/ext/DynaLoader/Makefile.PL @@ -3,7 +3,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'DynaLoader', LINKTYPE => 'static', - DEFINE => '-DPERL_CORE -DLIBC="$(LIBC)"', + DEFINE => '-DLIBC="$(LIBC)"', MAN3PODS => {}, # Pods will be built by installman. SKIP => [qw(dynamic dynamic_lib dynamic_bs)], XSPROTOARG => '-noprototypes', # XXX remove later?