[Slim-Checkins] r9393 -
/branches/6.5/server/Bin/build-perl-modules.pl
dsully at svn.slimdevices.com
dsully at svn.slimdevices.com
Sun Sep 3 16:51:25 PDT 2006
Author: dsully
Date: Sun Sep 3 16:51:23 2006
New Revision: 9393
URL: http://svn.slimdevices.com?rev=9393&view=rev
Log:
Bug: 4021
Description: Merge from trunk -r 9391:9392
Modified:
branches/6.5/server/Bin/build-perl-modules.pl
Modified: branches/6.5/server/Bin/build-perl-modules.pl
URL: http://svn.slimdevices.com/branches/6.5/server/Bin/build-perl-modules.pl?rev=9393&r1=9392&r2=9393&view=diff
==============================================================================
--- branches/6.5/server/Bin/build-perl-modules.pl (original)
+++ branches/6.5/server/Bin/build-perl-modules.pl Sun Sep 3 16:51:23 2006
@@ -57,11 +57,6 @@
'env' => [qw(DBI-1.50/blib/lib: DBI-1.50/blib/arch)],
},
-
- 'YAML-Syck-0.64' => {
-
- 'Makefile.PL' => ' < y',
- },
);
sub main {
@@ -108,6 +103,9 @@
# Let the build process use modules installed already:
$ENV{'PERL5LIB'} = "$slimServerPath/CPAN";
+ # Tell MakeMaker to always use the default when prompted.
+ $ENV{'PERL_MM_USE_DEFAULT'} = 1;
+
# This is where the binaries will end up.
my $cpanDest = "$slimServerPath/CPAN/arch/$version/$archname/auto";
@@ -239,6 +237,8 @@
die "There was a problem creating Makefile - exiting!\n";
}
+ exit;
+
print "Building..\n";
`make`;
More information about the checkins
mailing list