summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-08-10 12:13:25 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-08-10 12:13:25 +0000
commit33398bbcc72210e13fdf5717ba1433e614be545d (patch)
tree77a2b50dfc7b89b76dc139f50cae5077b5fa2513
parentReleasing debian version 1.10-4. (diff)
downloadpdlzip-33398bbcc72210e13fdf5717ba1433e614be545d.tar.xz
pdlzip-33398bbcc72210e13fdf5717ba1433e614be545d.zip
Applying patch from Helmut Grohne <helmut@subdivi.de> to fix FTBFS when cross-compiling (Closes: #932929).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xdebian/rules5
1 files changed, 5 insertions, 0 deletions
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