diff options
author | Andreas Rottmann <a.rottmann@gmx.at> | 2011-07-17 13:04:38 +0200 |
---|---|---|
committer | Andreas Rottmann <a.rottmann@gmx.at> | 2011-07-17 13:21:12 +0200 |
commit | 94514ea04b864b266b3d40c79be1d78b14f128b1 (patch) | |
tree | a7ec1b38a265ebb404f7ee6e688e9ce2c6835e72 /debian/rules | |
parent | daa82e3aee8cb984fa66078a0d0f572db0f299f0 (diff) |
Prepare 0.9.3-5
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 7d81463e..c09198ae 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 +DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) DEB_DH_INSTALL_ARGS := --sourcedir=$(DEB_DESTDIR) DEB_MAKE_CHECK_TARGET = check |