Fix FTCBFS: Let dpkg's buildtools.mk supply $(CC). (Closes: #949599)

This commit is contained in:
Helmut Grohne 2020-12-08 22:57:53 +01:00 committed by Jan Wagner
parent 2fdc34f077
commit 9db1d5f204

2
debian/rules vendored
View file

@ -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)