Subject: | Makefile.PL options not being used |
Date: | Fri, 26 Nov 2010 22:02:06 -0430 |
To: | bug-GD [...] rt.cpan.org |
From: | Karn Kallio <tierpluspluslists [...] gmail.com> |
Hello,
While packaging GD for NixOS ( http://nixos.org ) it was necessary to specify
library search paths, due to that distribution's non-standard filesytem
layout.
However, in the current version of GD ( GD-2.45, the source code obtained from
http://search.cpan.org/CPAN/authors/id/L/LD/LDS/GD-2.45.tar.gz ) the
Makefile.PL options controlling library search paths are not used.
Without the pass_through configuration parameter set, the first call to
GetOptions ( from Getopt::Long ) leaves @ARGV empty, with result that the
second call to GetOptions has no options to find.
The version of Getopt::Long packaged with NixOS is 2.38.
The attached patch sets the pass_through parameter; with this patch it was
possible to successfully specify library search paths.
Let me take this oportunity to say thank you for contributing GD to the world!
Regards,
Karn Kallio
Message body is not shown because sender requested not to inline it.