From ba1b8f6fa8f19b809a246238d088f2cac57f4152 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 10 Aug 2019 14:03:50 +0200 Subject: Applying patch from Helmut Grohne to fix FTBFS when cross-compiling (Closes: #933048). Signed-off-by: Daniel Baumann --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian') diff --git a/debian/rules b/debian/rules index ac48447..56ae2aa 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 -- 'CXX=$(CXX)' + override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/lziprecover -- cgit v1.2.3