]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Remove LINKTYPE from perl-piped/Makefile.PL
authorWolfgang Stöggl <c72578@yahoo.de>
Wed, 16 Jan 2019 08:17:43 +0000 (09:17 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Thu, 17 Jan 2019 15:41:19 +0000 (16:41 +0100)
- Remove line:
  'linkext'   => {LINKTYPE => ''},
  Since version 5.00 of MakeMaker such a line can be deleted safely.
  MakeMaker recognizes when there's nothing to be linked.
  See: https://perldoc.perl.org/ExtUtils/MakeMaker.html
- Fixes Warning:
  LINKTYPE set to '', no longer necessary

bindings/perl-piped/Makefile.PL

index 5c1a98fcec49add39cd62e4912473eaf530f0999..5184715bad05273b3087c562005f73685cebf707 100644 (file)
@@ -5,6 +5,5 @@ use ExtUtils::MakeMaker;
 WriteMakefile(
     'NAME'         => 'RRDp',
     'VERSION'      => '0.99.0', # finds $VERSION
-    'linkext'   => {LINKTYPE => ''},
     'dist'    =>    {COMPRESS=>'gzip', SUFFIX=>'gz'},
 );