|
Removed
Link Here
|
| 1 |
--- ./bindings/perl-shared/Makefile.PL.orig 2008-09-22 09:26:55.000000000 +0800 |
| 2 |
+++ ./bindings/perl-shared/Makefile.PL 2008-09-22 09:27:28.000000000 +0800 |
| 3 |
@@ -14,6 +14,7 @@ |
| 4 |
/linux/ && do{ $R = "-Wl,--rpath -Wl,$rp"}; |
| 5 |
/hpux/ && do{ $R = "+b$rp"}; |
| 6 |
/solaris/ && do{ $R = "-R$rp"}; |
| 7 |
+ /bsd/ && do{ $R = "-R$rp"}; |
| 8 |
/aix/ && do{ $R = "-Wl,-blibpath:$rp"}; |
| 9 |
} |
| 10 |
} |