From 9db1d5f2040d58c7ba741d27f0b1c8bc8784b1be Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Tue, 8 Dec 2020 22:57:53 +0100 Subject: [PATCH] Fix FTCBFS: Let dpkg's buildtools.mk supply $(CC). (Closes: #949599) --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 726de80..985dcef 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +include /usr/share/dpkg/buildtools.mk + # hardening export DEB_BUILD_HARDENING=1 CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)