]> git.proxmox.com Git - mirror_iproute2.git/commit
Pass CPPFLAGS to the compiler
authorLuca Boccassi <bluca@debian.org>
Fri, 2 Nov 2018 12:35:44 +0000 (12:35 +0000)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 9 Nov 2018 16:07:18 +0000 (08:07 -0800)
commit1a03ac6b051097d4cc648d56e2da4d11b702c686
tree79fccebddab774e89031680e3c0dd0cbb04783c2
parent6e7d347aabbb2da631200ee0ef645454c5a529a7
Pass CPPFLAGS to the compiler

When building Debian packages pre-processor flags are passed via
CPPFLAGS, as the convention indicates. Specifically, the hardening
-D_FORTIFY_SOURCE=2 flag is used.
Pass CPPFLAGS to all calls of QUIET_CC together with CFLAGS.

Signed-off-by: Luca Boccassi <bluca@debian.org>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
configure
misc/Makefile
tc/Makefile