diff options
author | Andreas Rottmann <a.rottmann@gmx.at> | 2011-10-22 02:48:26 +0200 |
---|---|---|
committer | Andreas Rottmann <a.rottmann@gmx.at> | 2011-10-22 02:48:26 +0200 |
commit | c1255d46d206ae666c705ad93c2b45aaa5f6c5fd (patch) | |
tree | 642cce5bd0847e354a9125407d022fb4286186f8 /debian/rules | |
parent | 94514ea04b864b266b3d40c79be1d78b14f128b1 (diff) | |
parent | 7a0dd1f819d84749fe484663fd70ce4be3eb51ac (diff) |
Merge multiarch patch kindly provided by Steve Langasek
Conflicts:
debian/control
debian/rules
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index c09198a..79f61e7 100755 --- a/debian/rules +++ b/debian/rules @@ -10,8 +10,8 @@ ifneq ($(findstring $(DEB_BUILD_ARCH), mips mipsel),) CFLAGS += -mplt endif -DEB_CONFIGURE_EXTRA_FLAGS := --disable-Werror -DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) +DEB_CONFIGURE_EXTRA_FLAGS := --disable-Werror \ + --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) DEB_DH_INSTALL_ARGS := --sourcedir=$(DEB_DESTDIR) DEB_MAKE_CHECK_TARGET = check |