From addf44f5319a9226b063c64b8c8993ed549d1f04 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 26 Apr 2014 01:10:21 +0200 Subject: [PATCH] rules: Added INSTALL_BASE= to the perl options. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit … else, the Perl libs end up in $HOME. --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5661b88..4471ce2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,8 @@ rrdtool (1.4.8-1) UNRELEASED; urgency=medium (Closes: #743947). * debian/rules: - Clean up bindings/perl-shared/MYMETA.json. + - Added INSTALL_BASE= to the perl options; else, the Perl libs end up in + $HOME. [ Alin Dobre ] * debian/patches: diff --git a/debian/rules b/debian/rules index 7896220..8ddd002 100755 --- a/debian/rules +++ b/debian/rules @@ -43,7 +43,7 @@ CONFFLAGS += --disable-python --disable-ruby CONFFLAGS += --prefix=/usr --docdir=/usr/share/doc/rrdtool #install perl libs in vendor mode -CONFFLAGS += --with-perl-options=INSTALLDIRS=vendor +CONFFLAGS += --with-perl-options="INSTALLDIRS=vendor INSTALL_BASE=" #path to tcl CONFFLAGS += --with-tcllib=/usr/lib/tcl$(TCL_VERS) -- 2.30.2