]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
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)
commitc8aa7f020ad55e8a251e2baf8e692259eb61ce78
tree1a42420d773e55f9fa9826571d187680788f138e
parente61e3978808b79b6f9b8b05d0a8907f2f8232fc7
Remove LINKTYPE from perl-piped/Makefile.PL

- 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