[SCM] jackd2/master: Update rules file to new --libdir syntax

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Tue May 29 20:31:29 UTC 2012


The following commit has been merged in the master branch:
commit 6379f70978cd8c7ff74218d316aa623d8eb18584
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Tue May 29 22:10:02 2012 +0200

    Update rules file to new --libdir syntax
    
    I've changed the formerly unintuive libdir handling from using relative
    to absolute paths. With this upstream patch in place, we also have to
    provide the full path in Debian now.

diff --git a/debian/rules b/debian/rules
index 1663531..851b859 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ CFLAGS += -fvisibility=hidden
 CXXFLAGS += -fvisibility=hidden
 
 waf-configure-options = --prefix=/usr --classic
-waf-configure-options += --libdir=/lib/$(DEB_HOST_MULTIARCH)
+waf-configure-options += --libdir=/usr/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