34b9685
From 23f4b4700a9f995df69650bcddbee8290a56fae1 Mon Sep 17 00:00:00 2001
34b9685
From: Sam James <sam@gentoo.org>
34b9685
Date: Fri, 10 Dec 2021 03:19:45 +0000
34b9685
Subject: [PATCH] Makefile: don't override CPPFLAGS
34b9685
34b9685
There's no need to explicitly blank this and it prevents overrides
34b9685
from the environment.
34b9685
34b9685
Signed-off-by: Sam James <sam@gentoo.org>
34b9685
(cherry picked from commit 9bd435ddbad5a2103d1e562c62f0126fd19f20eb)
34b9685
---
34b9685
 Makefile | 1 -
34b9685
 1 file changed, 1 deletion(-)
34b9685
34b9685
diff --git a/Makefile b/Makefile
34b9685
index ddf0ca552aefe..61ed786168d22 100644
34b9685
--- a/Makefile
34b9685
+++ b/Makefile
34b9685
@@ -27,7 +27,6 @@ CXXFILES?= iptstate.cc
34b9685
 
34b9685
 # THIS IS FOR NORMAL COMPILATION
34b9685
 LIBS?= $(shell $(PKG_CONFIG) --libs ncurses libnetfilter_conntrack)
34b9685
-CPPFLAGS=
34b9685
 
34b9685
 ### YOU SHOULDN'T NEED TO CHANGE ANYTHING BELOW THIS
34b9685
 
34b9685
-- 
34b9685
2.34.1
34b9685