1
0
Fork 0

Letting dpkg's buildtools.mk initialize CXX, thanks to Helmut Grohne <helmut@subdivi.de>.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 04:17:25 +01:00
parent 442f0816b0
commit 70172430f2
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

5
debian/rules vendored
View file

@ -1,10 +1,7 @@
#!/usr/bin/make -f
include /usr/share/dpkg/architecture.mk
ifeq ($(origin CXX),default)
CXX := $(DEB_HOST_GNU_TYPE)-g++
endif
include /usr/share/dpkg/buildtools.mk
%:
dh ${@}