[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1403625129-4220-1-git-send-email-yegorslists@googlemail.com>
Date: Tue, 24 Jun 2014 17:52:09 +0200
From: Yegor Yefremov <yegorslists@...glemail.com>
To: netdev@...r.kernel.org
Cc: shemminger@...tta.com, Yegor Yefremov <yegorslists@...glemail.com>
Subject: [PATCH] libbridge: use CFLAGS provided via configure script
Signed-off-by: Yegor Yefremov <yegorslists@...glemail.com>
---
libbridge/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libbridge/Makefile.in b/libbridge/Makefile.in
index 20512c4..924f750 100644
--- a/libbridge/Makefile.in
+++ b/libbridge/Makefile.in
@@ -5,7 +5,7 @@ AR=ar
RANLIB=@...LIB@
CC=@CC@
-CFLAGS = -Wall -g $(KERNEL_HEADERS)
+CFLAGS = -Wall -g @CFLAGS@ $(KERNEL_HEADERS)
prefix=@...fix@
exec_prefix=@...c_prefix@
--
1.8.3.2
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists