[SCM] jackd2/master: Set multiarch libdir in debian/rules

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Mon Apr 30 12:57:02 UTC 2012


The following commit has been merged in the master branch:
commit ea992a34cb0b35fb83959dcc4d7d71d06330d639
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Mon Apr 30 14:42:34 2012 +0200

    Set multiarch libdir in debian/rules
    
    Mind the strange syntax, upstream always prepends $prefix to the libdir.
    
    I'm going to fix this upstream before the 1.9.9 release.

diff --git a/debian/rules b/debian/rules
index c2c2df6..d0b097c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,7 @@ CFLAGS += -fvisibility=hidden
 CXXFLAGS += -fvisibility=hidden
 
 waf-configure-options = --prefix=/usr --classic
+waf-configure-options += --libdir=/lib/$(DEB_HOST_MULTIARCH)
 waf-configure-options += $(if $(filter linux,$(DEB_HOST_ARCH_OS)),--alsa --dbus)
 waf-configure-options += $(if $(filter amd64 i386 powerpc,$(DEB_HOST_ARCH)),--firewire)
 

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list