[SCM] ardour3/master: Re-introduce LD_LIBRARY_PATH to make dpkg-shlibdeps happy

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Fri Oct 4 16:37:48 UTC 2013


The following commit has been merged in the master branch:
commit a7a9a7a87a6ac87b32d52f79c82ead115e4b721a
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Fri Oct 4 18:32:21 2013 +0200

    Re-introduce LD_LIBRARY_PATH to make dpkg-shlibdeps happy
    
    Commit ba560e8105c2508b60365ee4269e39d391dd7ece also removed
    LD_LIBRARY_PATH. We need it, so dpkg-shlibdeps can find ardour's private
    libraries (think of plugins).

diff --git a/debian/rules b/debian/rules
index dd85a50..adaf4fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,8 @@ ifneq (,$(findstring amd64,$(DEB_BUILD_ARCH)))
 	DIST_TARGET = x86_64
 endif
 
+LD_LIBRARY_PATH += :$(DEB_DESTDIR)/usr/lib/ardour3/
+
 waf-configure-options = --lv2 \
 	--lxvst \
 	--freedesktop \

-- 
ardour3 packaging



More information about the pkg-multimedia-commits mailing list