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/karasz/next/updates
Christian Wiese 15 years ago
parent
commit
589acbcd21
  1. 4
      archiver/dpkg/dpkg.conf

4
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