Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37587679
en ru br
ALT Linux repos
S:1.8.0-alt1
5.0: 1.2.30-alt1
4.1: 1.2.27-alt1
4.0: 1.2.23-alt1
3.0: 1.0.49-alt1

Group :: Development/Databases
RPM: rrd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: rrdtool-1.5.3-top-dir.patch
Download


diff -Nur rrdtool-1.5.3.old/bindings/perl-shared/Makefile.PL rrdtool-1.5.3/bindings/perl-shared/Makefile.PL
--- rrdtool-1.5.3.old/bindings/perl-shared/Makefile.PL	2015-06-20 16:59:22.000000000 +0400
+++ rrdtool-1.5.3/bindings/perl-shared/Makefile.PL	2015-06-20 17:17:21.517737929 +0400
@@ -27,8 +27,8 @@
 		) : ()
 	);
 }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
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin