From: Jean-Michel Vourgère Date: Sat, 15 Aug 2015 13:20:12 +0000 (+0200) Subject: Fixed perl-shared default path X-Git-Tag: v1.6.0~25^2~16^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F663%2Fhead;p=thirdparty%2Frrdtool-1.x.git Fixed perl-shared default path This is only used if you use makemaker dirrectly in the perl-shared directory. --- diff --git a/bindings/perl-shared/Makefile.PL b/bindings/perl-shared/Makefile.PL index 07d67ce4..e24dea33 100644 --- a/bindings/perl-shared/Makefile.PL +++ b/bindings/perl-shared/Makefile.PL @@ -27,8 +27,8 @@ if (($Config{'osname'} eq 'MSWin32' && $ENV{'OSTYPE'} eq '')) { ) : () ); }else{ - my $TOP_SRCDIR = $ENV{'ABS_TOP_SRCDIR'} || '../../..'; - my $TOP_BUILDDIR = $ENV{'ABS_TOP_BUILDDIR'} || '../../..'; + my $TOP_SRCDIR = $ENV{'ABS_TOP_SRCDIR'} || '../..'; + my $TOP_BUILDDIR = $ENV{'ABS_TOP_BUILDDIR'} || '../..'; my $SRCDIR = $ENV{'ABS_SRCDIR'} || '.'; # if the last argument when calling Makefile.PL is RPATH=/... and ... is the # path to librrd.so then the Makefile will be written such that RRDs.so knows