Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 13b55829f2c87887a21f06b009cb6bf4 > files > 3

hostapd-2.0-4.fc18.src.rpm

diff -up hostapd-0.7.3/hostapd/Makefile.orig hostapd-0.7.3/hostapd/Makefile
--- hostapd-0.7.3/hostapd/Makefile.orig	2010-09-07 11:43:39.000000000 -0400
+++ hostapd-0.7.3/hostapd/Makefile	2010-12-23 11:50:25.291553001 -0500
@@ -6,6 +6,8 @@ ifndef CFLAGS
 CFLAGS = -MMD -O2 -Wall -g
 endif
 
+CFLAGS += $(EXTRA_CFLAGS)
+
 CFLAGS += -I../src
 CFLAGS += -I../src/utils