From 19b23697b212b606a5870f794e7a1ffc5bd35fed Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 26 Apr 2014 15:56:20 +0200 Subject: [PATCH] rules: Added INSTALL_BASE= to perl options. Else, modules are installed into $HOME. --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cd3df3e..26f49e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ collectd (5.4.1-2) UNRELEASED; urgency=medium * debian/rules: - Disable varnish for now; it does not work with varnish 4; c.f. https://bugs.debian.org/745902 (Closes: #745894). + - Added INSTALL_BASE= to perl options; else, modules are installed + into $HOME. * debian/control: - Drop build dependency on libvarnishapi-dev. diff --git a/debian/rules b/debian/rules index 3f837c4..044d8fc 100755 --- a/debian/rules +++ b/debian/rules @@ -51,7 +51,7 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \ --mandir=\$${prefix}/share/man \ --localstatedir=/var --sysconfdir=/etc \ - --with-perl-bindings="INSTALLDIRS=vendor" \ + --with-perl-bindings="INSTALLDIRS=vendor INSTALL_BASE=" \ --without-libstatgrab \ --without-included-ltdl \ --disable-static \ -- 2.30.2