From 589acbcd21aa8cc0c754958446516c6f87ac9950 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 28 Jul 2010 12:05:23 +0200 Subject: [PATCH] dpkg: fixed to set libdir for dpkg perl modules so dpkg tools written in perl will actually find them to work properly --- archiver/dpkg/dpkg.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/archiver/dpkg/dpkg.conf b/archiver/dpkg/dpkg.conf index 2064bfbc9..4b7b1ce89 100644 --- a/archiver/dpkg/dpkg.conf +++ b/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"