perls $^O is set to linux not Linux
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 9 May 2005 05:39:59 +0000 (05:39 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 9 May 2005 05:39:59 +0000 (05:39 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@523 a5681a0c-68f1-0310-ab6d-d61299d08faa

bindings/perl-shared/Makefile.PL

index 1701ded..4fb14e5 100644 (file)
@@ -4,7 +4,7 @@ use Config;
 # the contents of the Makefile that is written.
 
 # Specify the location of the archive containing PIC compiled object files.
-my $R = $^O eq 'Linux' ? "-Wl,--rpath -Wl," : "-R" ;
+my $R = $^O eq 'linux' ? "-Wl,--rpath -Wl," : "-R" ;
 my $librrd = "-L../../src/.libs/ $R\$(RPATH) -lrrd";
 
 WriteMakefile(