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
c5d248bddc
commit
b0ee55d00e
1 changed files with 1 additions and 5 deletions
6
debian/rules
vendored
6
debian/rules
vendored
|
@ -1,10 +1,6 @@
|
|||
#!/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 ${@}
|
||||
|
|
Loading…
Add table
Reference in a new issue