summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-06-01 14:05:49 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-06-01 14:05:49 +0000
commitedee3c3293935604d227e67de1aa1ca9b33e61b6 (patch)
treedbc9dd03646085b1c1960f369382517736a8cf77 /tools/linux_packaging
parent72decf24cdfc0f4ff2c07c2145891d311c725a35 (diff)
more info when linux build goes wrong
git-svn-id: svn://localhost/ardour2/branches/3.0@12523 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/linux_packaging')
-rwxr-xr-xtools/linux_packaging/build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index b7a1f6c6a6..6c2a257402 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -410,6 +410,7 @@ while [ true ] ; do
if test "not" = ${dep}; then
echo ""
echo "!!! ERROR !!! - Missing dependant library for $file."
+ echo "Searched: " $OURLIBS${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
echo ""
(LD_LIBRARY_PATH=$OURLIBS${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} ldd $file)
echo ""