From 7a0dd1f819d84749fe484663fd70ce4be3eb51ac Mon Sep 17 00:00:00 2001 From: Andreas Rottmann Date: Sat, 22 Oct 2011 02:36:38 +0200 Subject: Applied patch from Bug#646068 --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 7d81463..79f61e7 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,8 @@ ifneq ($(findstring $(DEB_BUILD_ARCH), mips mipsel),) CFLAGS += -mplt endif -DEB_CONFIGURE_EXTRA_FLAGS := --disable-Werror +DEB_CONFIGURE_EXTRA_FLAGS := --disable-Werror \ + --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) DEB_DH_INSTALL_ARGS := --sourcedir=$(DEB_DESTDIR) DEB_MAKE_CHECK_TARGET = check -- cgit v1.2.3