lkundrak / rpms / hostapd

Forked from rpms/hostapd 4 years ago
Clone
ba7aa58
diff -up hostapd-0.6.9/hostapd/Makefile.orig hostapd-0.6.9/hostapd/Makefile
ba7aa58
--- hostapd-0.6.9/hostapd/Makefile.orig	2009-12-16 18:16:19.000000000 -0500
ba7aa58
+++ hostapd-0.6.9/hostapd/Makefile	2009-12-16 18:16:42.000000000 -0500
ba7aa58
@@ -6,6 +6,8 @@ ifndef CFLAGS
ba7aa58
 CFLAGS = -MMD -O2 -Wall -g
ba7aa58
 endif
ba7aa58
 
ba7aa58
+CFLAGS += $(EXTRA_CFLAGS)
ba7aa58
+
ba7aa58
 # define HOSTAPD_DUMP_STATE to include SIGUSR1 handler for dumping state to
ba7aa58
 # a file (undefine it, if you want to save in binary size)
ba7aa58
 CFLAGS += -DHOSTAPD_DUMP_STATE