summaryrefslogtreecommitdiff
path: root/dh_shlibdeps
diff options
context:
space:
mode:
Diffstat (limited to 'dh_shlibdeps')
-rwxr-xr-xdh_shlibdeps4
1 files changed, 4 insertions, 0 deletions
diff --git a/dh_shlibdeps b/dh_shlibdeps
index 1268fa4a..3fec714c 100755
--- a/dh_shlibdeps
+++ b/dh_shlibdeps
@@ -22,6 +22,10 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
}
}
+ if ($dh{L_PARAMS}) {
+ $ENV{'LD_LIBRARY_PATH'}=$dh{L_PARAMS}
+ }
+
if (@filelist) {
doit("dpkg-shlibdeps","-Tdebian/$EXT\substvars",@{$dh{U_PARAMS}},@filelist);
}