From fc8f2e02da5a53e08798f2f57c8405d6b436f45f Mon Sep 17 00:00:00 2001 From: oetiker Date: Mon, 9 May 2005 05:39:59 +0000 Subject: [PATCH] perls $^O is set to linux not Linux git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@523 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/bindings/perl-shared/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/bindings/perl-shared/Makefile.PL b/program/bindings/perl-shared/Makefile.PL index 1701ded9..4fb14e56 100644 --- a/program/bindings/perl-shared/Makefile.PL +++ b/program/bindings/perl-shared/Makefile.PL @@ -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( -- 2.30.2