diff mbox

libbridge: use CFLAGS provided via configure script

Message ID 1403625129-4220-1-git-send-email-yegorslists@googlemail.com
State Not Applicable, archived
Delegated to: David Miller
Headers show

Commit Message

Yegor Yefremov June 24, 2014, 3:52 p.m. UTC
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 libbridge/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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@