[SCM] lame/master: Do not hardcode runtime library paths.

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Thu Feb 9 10:04:22 UTC 2012


The following commit has been merged in the master branch:
commit 27d6fb74a23f561b06de91437d2e871d67d89494
Author: Fabian Greffrath <fabian+debian at greffrath.com>
Date:   Thu Feb 9 11:04:13 2012 +0100

    Do not hardcode runtime library paths.

diff --git a/debian/rules b/debian/rules
index f0945ac..c3845ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,7 @@ CFLAGS = $(DEB_CFLAGS)
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		--disable-debug \
+		--disable-rpath \
 		--enable-dynamic-frontends \
 		--enable-expopt=full \
 		--enable-nasm \

-- 
lame packaging



More information about the pkg-multimedia-commits mailing list