From 026b7c140ec1d20388f45e120990698a3268b965 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Jul 2018 10:01:57 +0200 Subject: Applying patch from Helmut Grohne to fix FTBFS when cross-compiling (Closes: #902704). Signed-off-by: Daniel Baumann --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index 4777a52..5120477 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,13 @@ #!/usr/bin/make -f +-include /usr/share/dpkg/buildtools.mk + %: dh ${@} +override_dh_auto_configure: + dh_auto_configure -- 'CC=$(CC)' + override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/lunzip -- cgit v1.2.3