Code

rules: Added INSTALL_BASE= to the perl options.
authorSebastian Harl <sh@tokkee.org>
Fri, 25 Apr 2014 23:10:21 +0000 (01:10 +0200)
committerSebastian 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
debian/rules

index 5661b882d33e5b24449342d487264a73f8fe1fa5..4471ce24520fd5efca2cb09ca99279f0eabd5a44 100644 (file)
@@ -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:
index 78962200dbf289e54427d90bb28ab010652aa38d..8ddd00286d7d8a1bedaafd4864b46687b57cbc87 100755 (executable)
@@ -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)