]> err.no Git - dpkg/commit
Set PERL_DL_NONLAZY to 1 in perl scripts called by configuration scripts
authorRaphael Hertzog <hertzog@debian.org>
Mon, 9 Jun 2008 19:47:48 +0000 (21:47 +0200)
committerRaphael Hertzog <hertzog@debian.org>
Mon, 9 Jun 2008 19:55:59 +0000 (21:55 +0200)
commitb5b9b42fce4fe6cdf331de352dbd4ad9655c3b70
tree05b2b13d1315e3854b3f43bc6e349220804c3392
parent34f201758208df97ae9bef4436a61f0ec5a23bec
Set PERL_DL_NONLAZY to 1 in perl scripts called by configuration scripts

* scripts/dpkg-divert.pl, scripts/update-alternatives.pl,
scripts/install-info.pl, scripts/dpkg-statoverride.pl: Set
PERL_DL_NONLAZY to 1 so that the usage of Locale::Gettext doesn't
cause run-time failures when this perl binary module is not
compiled for the corresponding perl version (and this happens in
configuration scripts, in particular preinst, during upgrades).
See http://bugs.debian.org/479711 for details.
ChangeLog
debian/changelog
scripts/dpkg-divert.pl
scripts/dpkg-statoverride.pl
scripts/install-info.pl
scripts/update-alternatives.pl