lkundrak / rpms / hostapd

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