1
0
Fork 0

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:
Daniel Baumann 2025-02-23 19:25:17 +01:00
parent c40e4e80d8
commit 9627731ed9
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

5
debian/rules vendored
View file

@ -1,8 +1,13 @@
#!/usr/bin/make -f #!/usr/bin/make -f
-include /usr/share/dpkg/buildtools.mk
%: %:
dh ${@} dh ${@}
override_dh_auto_configure:
dh_auto_configure -- 'CC=$(CC)'
override_dh_auto_install: override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/pdlzip dh_auto_install -- DESTDIR=$(CURDIR)/debian/pdlzip