lkundrak / rpms / hostapd

Forked from rpms/hostapd 4 years ago
Clone
John W. Linville 41e739b
diff -up hostapd-0.7.3/hostapd/Makefile.orig hostapd-0.7.3/hostapd/Makefile
John W. Linville 41e739b
--- hostapd-0.7.3/hostapd/Makefile.orig	2010-09-07 11:43:39.000000000 -0400
John W. Linville 41e739b
+++ hostapd-0.7.3/hostapd/Makefile	2010-12-23 11:50:25.291553001 -0500
616d7d9
@@ -6,6 +6,8 @@ ifndef CFLAGS
616d7d9
 CFLAGS = -MMD -O2 -Wall -g
616d7d9
 endif
616d7d9
 
616d7d9
+CFLAGS += $(EXTRA_CFLAGS)
616d7d9
+
John W. Linville 41e739b
 CFLAGS += -I../src
John W. Linville 41e739b
 CFLAGS += -I../src/utils
John W. Linville 41e739b