[SCM] jack-audio-connection-kit/ubuntu: debian/rules: Explicitly set --libdir=/usr/lib as the configure script decides to use $prefix/lib64 if on a 64-bit system, causing an FTBFS, as the package install files look in usr/lib

themuso-guest at users.alioth.debian.org themuso-guest at users.alioth.debian.org
Mon Feb 14 10:56:29 UTC 2011


The following commit has been merged in the ubuntu branch:
commit 663f16774bd39ce1f14878908fe46f158387a562
Author: Luke Yelavich <themuso at ubuntu.com>
Date:   Mon Feb 14 21:49:49 2011 +1100

    debian/rules: Explicitly set --libdir=/usr/lib as the configure script decides to use $prefix/lib64 if on a 64-bit system, causing an FTBFS, as the package install files look in usr/lib

diff --git a/debian/changelog b/debian/changelog
index 10499f2..bc0f8a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+jack-audio-connection-kit (1:0.118+svn4104-1ubuntu2) UNRELEASED; urgency=low
+
+  * debian/rules: Explicitly set --libdir=/usr/lib as the configure script
+    decides to use $prefix/lib64 if on a 64-bit system, causing an FTBFS, as
+    the package install files look in usr/lib
+
+ -- Luke Yelavich <themuso at ubuntu.com>  Mon, 14 Feb 2011 21:46:39 +1100
+
 jack-audio-connection-kit (1:0.118+svn4104-1ubuntu1) natty; urgency=low
 
   * Merge from Debian experimental.  Remaining changes: (LP: #685345)
diff --git a/debian/rules b/debian/rules
index f900bf8..de274fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ DEB_UPSTREAM_URL = http://jackaudio.org/downloads
 
 #unused, TODO get this soname from configure.in
 #DEB_SONAME_VERSION := 0.91.1-0
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-resize \
+DEB_CONFIGURE_EXTRA_FLAGS := --libdir=/usr/lib --enable-resize \
 	--enable-timestamps --disable-iec61883 --with-oldtrans \
 	--disable-ensure-mlock --enable-sse=yes --enable-static=yes
 	# --enable-posix-shm

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list