summaryrefslogtreecommitdiff
path: root/ext/DynaLoader
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2007-05-16 16:41:48 +0000
committerSteve Hay <SteveHay@planit.com>2007-05-16 16:41:48 +0000
commitec29429e8a1cf7b63f335cba3a013c7fe6425556 (patch)
tree7a5eae41ae071a58a41b092a77698958304e1750 /ext/DynaLoader
parent8b503b1a8d84e235d4f8455dd10d4d928b5a89e1 (diff)
downloadperl-ec29429e8a1cf7b63f335cba3a013c7fe6425556.tar.gz
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
Diffstat (limited to 'ext/DynaLoader')
-rw-r--r--ext/DynaLoader/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/DynaLoader/Makefile.PL b/ext/DynaLoader/Makefile.PL
index b4c12fc270..1f06c5cbd6 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?