Tobi,

This is very helpful.  I've been installing in a non-standard area for my
testing.

-- 
 kevin brintnall =~ /[EMAIL PROTECTED]/

-----------------------------------------------------------------

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"};
        }
 }

_______________________________________________
rrd-developers mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers

Reply via email to