* [PATCH] libbridge: use CFLAGS provided via configure script
@ 2014-06-24 15:52 Yegor Yefremov
0 siblings, 0 replies; only message in thread
From: Yegor Yefremov @ 2014-06-24 15:52 UTC (permalink / raw)
To: netdev; +Cc: shemminger, Yegor Yefremov
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.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=@RANLIB@
CC=@CC@
-CFLAGS = -Wall -g $(KERNEL_HEADERS)
+CFLAGS = -Wall -g @CFLAGS@ $(KERNEL_HEADERS)
prefix=@prefix@
exec_prefix=@exec_prefix@
--
1.8.3.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-06-24 15:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-24 15:52 [PATCH] libbridge: use CFLAGS provided via configure script Yegor Yefremov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).