summaryrefslogtreecommitdiff
path: root/dh_shlibdeps
diff options
context:
space:
mode:
Diffstat (limited to 'dh_shlibdeps')
-rwxr-xr-xdh_shlibdeps2
1 files changed, 2 insertions, 0 deletions
diff --git a/dh_shlibdeps b/dh_shlibdeps
index b5b0ff5c..dad0165c 100755
--- a/dh_shlibdeps
+++ b/dh_shlibdeps
@@ -125,6 +125,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
@opts=("-L".tmpdir($dh{LIBPACKAGE}."/DEBIAN/shlibs"));
}
+ push @opts, "-tudeb" if is_udeb($package);
+
my $ld_library_path_orig=$ENV{LD_LIBRARY_PATH};
if ($dh{L_PARAMS}) {
$ENV{LD_LIBRARY_PATH}=$dh{L_PARAMS};