diff options
author | Andreas Rottmann <a.rottmann@gmx.at> | 2011-10-22 02:36:38 +0200 |
---|---|---|
committer | Andreas Rottmann <a.rottmann@gmx.at> | 2011-10-22 02:36:38 +0200 |
commit | 7a0dd1f819d84749fe484663fd70ce4be3eb51ac (patch) | |
tree | 965032d69573d4585ae4597e0895e2e5ff22d7cd /debian/rules | |
parent | daa82e3aee8cb984fa66078a0d0f572db0f299f0 (diff) |
Applied patch from Bug#646068
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
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 |