From: oetiker Date: Fri, 17 Dec 2010 16:10:20 +0000 (+0000) Subject: aix does not know about -Wl X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=854fdb8321a574ff5555735a0478b40947dae11f;p=rrdtool.git aix does not know about -Wl git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2150 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/bindings/perl-shared/Makefile.PL b/bindings/perl-shared/Makefile.PL index c457307..625dae5 100644 --- a/bindings/perl-shared/Makefile.PL +++ b/bindings/perl-shared/Makefile.PL @@ -15,7 +15,7 @@ if ($ARGV[-1] =~ /RPATH=(\S+)/){ /hpux/ && do{ $R = "+b$rp"}; /solaris/ && do{ $R = "-R$rp"}; /bsd/ && do{ $R = "-R$rp"}; - /aix/ && do{ $R = "-Wl,-blibpath:$rp"}; + /aix/ && do{ $R = "-blibpath:$rp"}; } }