+2006-06-02 Guillem Jover <guillem@debian.org>
+
+ * scripts/dpkg-shlibdeps.pl (@librarypaths): Add '/lib32' and
+ '/usr/lib32/'.
+
2006-06-02 Guillem Jover <guillem@debian.org>
* src/query.c (setaction): Print also the short command line action.
* Disambiguate error message about conflicting command line actions by
providing both long and short option names. Based on a suggestion by
Josip Rodin. Closes: #45575
+ * Add '/lib32' and '/usr/lib32' to the dpkg-shlibdeps library path search
+ list. Closes: #367892
-- Guillem Jover <guillem@debian.org> Wed, 31 May 2006 08:03:11 +0300
}
}
-my @librarypaths = qw( /lib /usr/lib /lib64 /usr/lib64 );
+my @librarypaths = qw( /lib /usr/lib /lib32 /usr/lib32 /lib64 /usr/lib64 );
my %librarypaths = map { $_ => 'default' } @librarypaths;
if ($ENV{LD_LIBRARY_PATH}) {