Fix FTCBFS: Let dpkg's buildtools.mk supply $(CC). (Closes: #949599)
This commit is contained in:
parent
2fdc34f077
commit
9db1d5f204
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -4,6 +4,8 @@
|
||||||
# Uncomment this to turn on verbose mode.
|
# Uncomment this to turn on verbose mode.
|
||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
|
include /usr/share/dpkg/buildtools.mk
|
||||||
|
|
||||||
# hardening
|
# hardening
|
||||||
export DEB_BUILD_HARDENING=1
|
export DEB_BUILD_HARDENING=1
|
||||||
CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
|
CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue