summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bd07d8e)
raw | patch | inline | side by side (parent: bd07d8e)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Thu, 11 May 2006 07:37:58 +0000 (07:37 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Thu, 11 May 2006 07:37:58 +0000 (07:37 +0000) |
program/bindings/perl-shared/Makefile.PL | patch | blob | history |
index 516cc39a50aaf7bd2af9908a1d8578e7940820c1..863444c787c423c14a571c599a2ebe7a5a5a9f3e 100644 (file)
/linux/ && do{ $R = "-Wl,--rpath -Wl,$rp"};
/hpux/ && do{ $R = "+b$rp"};
/solaris/ && do{ $R = "-R$rp"};
+ /aix/ && do{ $R = "-Wl,-blibpath:$rp"};
}
}