From ee18199b39d12e7cf89a3af76b56f16519a0872e Mon Sep 17 00:00:00 2001 From: oetiker Date: Thu, 11 May 2006 07:37:58 +0000 Subject: [PATCH] tell Makefile.PL how to store an rpath under aix git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@825 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/bindings/perl-shared/Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/program/bindings/perl-shared/Makefile.PL b/program/bindings/perl-shared/Makefile.PL index 516cc39a..863444c7 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"}; + /aix/ && do{ $R = "-Wl,-blibpath:$rp"}; } } -- 2.30.2