summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a72b8d2)
raw | patch | inline | side by side (parent: a72b8d2)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 25 Apr 2014 23:10:21 +0000 (01:10 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 25 Apr 2014 23:10:21 +0000 (01:10 +0200) |
… else, the Perl libs end up in $HOME.
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 5661b882d33e5b24449342d487264a73f8fe1fa5..4471ce24520fd5efca2cb09ca99279f0eabd5a44 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
(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 78962200dbf289e54427d90bb28ab010652aa38d..8ddd00286d7d8a1bedaafd4864b46687b57cbc87 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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)