From: Andy Dougherty Date: Thu, 9 Jul 1998 11:26:03 +0000 (-0400) Subject: Allow static build of IPC::SysV X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=aa1ac84b45fcabc34b7de105a2e85cca0711a6f5;p=p5sagit%2Fp5-mst-13.2.git Allow static build of IPC::SysV Message-Id: p4raw-id: //depot/perl@1407 --- diff --git a/ext/IPC/SysV/Makefile.PL b/ext/IPC/SysV/Makefile.PL index 6f89db4..c8e320f 100644 --- a/ext/IPC/SysV/Makefile.PL +++ b/ext/IPC/SysV/Makefile.PL @@ -23,7 +23,6 @@ WriteMakefile( VERSION_FROM => "SysV.pm", NAME => "IPC::SysV", - 'linkext' => {LINKTYPE => 'dynamic' }, 'dist' => {COMPRESS => 'gzip -9f', SUFFIX => 'gz', DIST_DEFAULT => 'all tardist',