From: oetiker Date: Fri, 19 Sep 2008 20:34:42 +0000 (+0000) Subject: Bsd lirary path switch added to perl bindings makefile -- as suggested by Kevin Brintnall X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a6bb82e12f2e439524a973d11a6bb0e2a65166e1;p=rrdtool-all.git Bsd lirary path switch added to perl bindings makefile -- as suggested by Kevin Brintnall git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3@1513 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/bindings/perl-shared/Makefile.PL b/program/bindings/perl-shared/Makefile.PL index 8793dd8f..8dd92d69 100644 --- a/program/bindings/perl-shared/Makefile.PL +++ b/program/bindings/perl-shared/Makefile.PL @@ -14,6 +14,7 @@ if ($ARGV[-1] =~ /RPATH=(\S+)/){ /linux/ && do{ $R = "-Wl,--rpath -Wl,$rp"}; /hpux/ && do{ $R = "+b$rp"}; /solaris/ && do{ $R = "-R$rp"}; + /bsd/ && do{ $R = "-R$rp"}; /aix/ && do{ $R = "-Wl,-blibpath:$rp"}; } }