From: Sebastian Harl Date: Fri, 25 Apr 2014 23:10:21 +0000 (+0200) Subject: rules: Added INSTALL_BASE= to the perl options. X-Git-Tag: debian/1.4.8-1~4 X-Git-Url: https://git.tokkee.org/?p=pkg-rrdtool.git;a=commitdiff_plain;h=addf44f5319a9226b063c64b8c8993ed549d1f04 rules: Added INSTALL_BASE= to the perl options. … else, the Perl libs end up in $HOME. --- 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)