Skip to content

Commit

Permalink
Fix FTCBFS: Let dpkg's buildtools.mk supply $(CC). (Closes: #949599)
Browse files Browse the repository at this point in the history
  • Loading branch information
helmutg authored and waja committed Dec 8, 2020
1 parent 2fdc34f commit 9db1d5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9db1d5f

Please sign in to comment.