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:
parent
442f0816b0
commit
70172430f2
1 changed files with 1 additions and 4 deletions
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -1,10 +1,7 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
include /usr/share/dpkg/architecture.mk
|
include /usr/share/dpkg/architecture.mk
|
||||||
|
include /usr/share/dpkg/buildtools.mk
|
||||||
ifeq ($(origin CXX),default)
|
|
||||||
CXX := $(DEB_HOST_GNU_TYPE)-g++
|
|
||||||
endif
|
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@}
|
dh ${@}
|
||||||
|
|
Loading…
Add table
Reference in a new issue