[rrd-developers] rlib patch for RRDs on BSD
kevin brintnall
kbrint at rufus.net
Fri Sep 19 14:39:41 CEST 2008
Tobi,
This is very helpful. I've been installing in a non-standard area for my
testing.
--
kevin brintnall =~ /kbrint at rufus.net/
-----------------------------------------------------------------
Index: program/bindings/perl-shared/Makefile.PL
===================================================================
--- program/bindings/perl-shared/Makefile.PL (revision 1512)
+++ program/bindings/perl-shared/Makefile.PL (working copy)
@@ -14,6 +14,7 @@
/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"};
}
}
More information about the rrd-developers
mailing list