summaryrefslogtreecommitdiff
path: root/dh_shlibdeps
diff options
context:
space:
mode:
authorjoey <joey>2000-12-30 06:32:16 +0000
committerjoey <joey>2000-12-30 06:32:16 +0000
commitd3134ec2ae827f9e56c0c25af2b7494bfc1e36fc (patch)
tree66fca47082cfd41d7c561d23270b902e50c58d6e /dh_shlibdeps
parent72252ab47780f7fa165599510f9ce1804b53ba6d (diff)
r405: foo
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 0456a2dc..237d92db 100755
--- a/dh_shlibdeps
+++ b/dh_shlibdeps
@@ -29,6 +29,10 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
}
if (@filelist) {
+ if ($dh{L_PARAMS}) {
+ $ENV{'LD_LIBRARY_PATH'}=$dh{L_PARAMS};
+ verbose_print("LD_LIBRARY_PATH=$dh{L_PARAMS} \\");
+ }
doit("dpkg-shlibdeps","-Tdebian/${EXT}substvars",@{$dh{U_PARAMS}},'-dDepends',@filelist);
}
}