summaryrefslogtreecommitdiffstats
path: root/libraries/rrdtool
diff options
context:
space:
mode:
author Michael Johnson2010-05-11 22:24:22 +0200
committer Robby Workman2010-05-11 22:24:22 +0200
commit69a4ace677ac013f6915b89976ace9853e743405 (patch)
treea7bce97a62f07a388c2aa96d6355b8f8d9b9e025 /libraries/rrdtool
parent6a27b08bfcdd889fe2013ae1f1d9aea945455bb8 (diff)
downloadslackbuilds-69a4ace677ac013f6915b89976ace9853e743405.tar.gz
libraries/rrdtool: Updated for version 1.2.19
Diffstat (limited to 'libraries/rrdtool')
-rw-r--r--libraries/rrdtool/rrdtool.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/rrdtool/rrdtool.SlackBuild b/libraries/rrdtool/rrdtool.SlackBuild
index d48c5bd747..ac41a784d6 100644
--- a/libraries/rrdtool/rrdtool.SlackBuild
+++ b/libraries/rrdtool/rrdtool.SlackBuild
@@ -13,6 +13,7 @@ VERSION=1.2.19
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+
PYTHON=$( python -c 'import sys; print sys.version[:3]' )
PERL=$( eval "`perl -V:version`"; echo $version )
CWD=`pwd`
@@ -44,9 +45,9 @@ RRDDOCDIR=/usr/doc/$PRGNAM-$VERSION \
./configure \
--prefix=/usr \
--disable-static \
- --enable-perl-site-install
+ --with-perl-options='INSTALLDIRS=vendor'
-make
+make
# Correct man paths in the Perl bindings.
sed -r -i 's|/usr/share/man|/usr/man|g' bindings/perl-piped/Makefile