--- Build.PL.orig 2014-10-28 01:34:54 UTC +++ Build.PL @@ -28,40 +28,6 @@ if (-d '/usr/lib64') { @LIBPATH = (@LIBPATH,@libs64); } -############################################################################################# -# Build options passed in to script to support reproducible builds via Makefiles -############################################################################################# -my $result = GetOptions("options=s" => \$options, - "lib_gd_path=s" => \$lib_gd_path, - "lib_ft_path=s" => \$lib_ft_path, - "lib_png_path=s" => \$lib_png_path, - "lib_jpeg_path=s" => \$lib_jpeg_path, - "lib_xpm_path=s" => \$lib_xpm_path, - "lib_zlib_path=s" => \$lib_zlib_path, - ); -unless ($result) { - die <