Applying patch from Helmut Grohne <helmut@subdivi.de> to fix FTBFS when cross-compiling (Closes: #932929).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c40e4e80d8
commit
9627731ed9
1 changed files with 5 additions and 0 deletions
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue