From 283c3b450d2fdd5d8c06194826f388b3f726b371 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Michel=20Vourg=C3=A8re?= Date: Sat, 15 Aug 2015 15:20:12 +0200 Subject: [PATCH] Fixed perl-shared default path This is only used if you use makemaker dirrectly in the perl-shared directory. --- bindings/perl-shared/Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2