From 0685da3c2d6d926c896e20df75fdbde9b0e04887 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 19 Apr 2020 14:30:59 +0200 Subject: Letting dpkg's buildtools.mk initialize CXX, thanks to Helmut Grohne . Signed-off-by: Daniel Baumann --- debian/rules | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index 7421b90..7164c87 100755 --- a/debian/rules +++ b/debian/rules @@ -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 ${@} -- cgit v1.2.3