[SCM] libva/master: debian/rules: configure parameters added for M-A

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Mon Feb 20 15:43:30 UTC 2012


The following commit has been merged in the master branch:
commit d3035a941d359ce7cf6fe35542bda0c3c6bcfb59
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Mon Feb 20 16:42:22 2012 +0100

    debian/rules: configure parameters added for M-A

diff --git a/debian/rules b/debian/rules
index b8d772c..1d89953 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,9 @@
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-CONFIGURE_OPTIONS ?= --prefix=/usr --disable-silent-rules
+CONFIGURE_OPTIONS ?= --prefix=/usr \
+                     --disable-silent-rules \
+                     --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
 
 %:
 	dh $@ --with autoreconf

-- 
libva packaging



More information about the pkg-multimedia-commits mailing list