Adding patch from Helmut Grohne <helmut@subdivi.de> to improve cross building by using the host compiler (Closes: #959521).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
db748e8f27
commit
c7261aa8d8
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 -- 'CXX=$(CXX)'
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lzd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue