From 33398bbcc72210e13fdf5717ba1433e614be545d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 10 Aug 2019 14:13:25 +0200 Subject: Applying patch from Helmut Grohne to fix FTBFS when cross-compiling (Closes: #932929). Signed-off-by: Daniel Baumann --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index 0fbb451..9ff25db 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/pdlzip -- cgit v1.2.3