diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-07-07 08:01:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-07-07 08:02:43 +0000 |
commit | 026b7c140ec1d20388f45e120990698a3268b965 (patch) | |
tree | 75fd561ff3e11a2f8fd111fc639c987ed5a7a2de | |
parent | Updating to standards version 4.1.5. (diff) | |
download | lunzip-026b7c140ec1d20388f45e120990698a3268b965.tar.xz lunzip-026b7c140ec1d20388f45e120990698a3268b965.zip |
Applying patch from Helmut Grohne <helmut@subdivi.de> to fix FTBFS when cross-compiling (Closes: #902704).
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 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 |