summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2011-07-23 16:20:57 +0100
committerRoger Leigh <rleigh@debian.org>2011-07-23 16:20:57 +0100
commit47d0c14caddc01a03f90b5436458332ab29b6751 (patch)
treef027390e4ccf4540e18d44b0758dfd7da903be93
parente6ec1ff42db79939be2c3c23a321147797c95bd6 (diff)
debian: Specify libdir to work around configure bug
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 6310bf3..a90f8c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,9 @@ update-patch-series:
override_dh_auto_configure: debian/build/config.status
debian/build/config.status: configure debian/control
+# Note: manually specifying libdir to work around bug in configure script
dh_auto_configure -- \
+ --libdir=/usr/lib/x86_64-linux-gnu \
--disable-static --enable-shared --disable-rpath \
--disable-static-genppd \
--with-modules=dlopen \