From: Sebastian Harl Date: Sat, 26 Apr 2014 13:56:20 +0000 (+0200) Subject: rules: Added INSTALL_BASE= to perl options. X-Git-Tag: collectd-5.4.1-2~5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=19b23697b212b606a5870f794e7a1ffc5bd35fed;p=pkg-collectd.git rules: Added INSTALL_BASE= to perl options. Else, modules are installed into $HOME. --- 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 \