summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b897f34)
raw | patch | inline | side by side (parent: b897f34)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 9 May 2005 05:39:59 +0000 (05:39 +0000) | ||
committer | oetiker <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 | patch | blob | history |
index 1701ded92832acf39530725f1d3635f1698eb600..4fb14e56d82c36064b2837820398ad230e976470 100644 (file)
# 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(