1
0
Fork 0

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:
Daniel Baumann 2025-02-20 15:06:02 +01:00
parent db748e8f27
commit c7261aa8d8
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

5
debian/rules vendored
View file

@ -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