Browse Source

dpkg: fixed to set libdir for dpkg perl modules so dpkg tools written in perl will actually find them to work properly

user/amery/mess
Christian Wiese 14 years ago
parent
commit
589acbcd21
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      archiver/dpkg/dpkg.conf

+ 4
- 0
archiver/dpkg/dpkg.conf

@ -20,3 +20,7 @@ fi
var_append extraconfopt ' ' '--without-sgml-doc'
var_append extraconfopt ' ' '--without-start-stop-daemon'
# set libdir for dpkg perl modules so dpkg tools written in perl
# will actually find them to work properly
var_append makeinstopt ' ' "PERL_LIBDIR=$root/$SDECFG_PKG_PERL5_VENDOR_PREFIX/lib/perl5/vendor_perl/$(pkgprefix ver perl)/$arch_target"

Loading…
Cancel
Save