diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-08-10 12:03:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-08-10 12:03:50 +0000 |
commit | ba1b8f6fa8f19b809a246238d088f2cac57f4152 (patch) | |
tree | 1d14fe7a7f2671ac73ae323b0eb34f0830b875d1 | |
parent | Releasing debian version 1.21-4. (diff) | |
download | lziprecover-ba1b8f6fa8f19b809a246238d088f2cac57f4152.tar.xz lziprecover-ba1b8f6fa8f19b809a246238d088f2cac57f4152.zip |
Applying patch from Helmut Grohne <helmut@subdivi.de> to fix FTBFS when cross-compiling (Closes: #933048).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 5 insertions, 0 deletions
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 |