hostapd/hostapd-RPM_OPT_FLAGS.patch

13 lines
367 B
Diff
Raw Normal View History

2010-12-23 17:03:29 +00:00
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
2009-12-21 20:06:43 +00:00
@@ -6,6 +6,8 @@ ifndef CFLAGS
CFLAGS = -MMD -O2 -Wall -g
endif
+CFLAGS += $(EXTRA_CFLAGS)
+
2010-12-23 17:03:29 +00:00
CFLAGS += -I../src
CFLAGS += -I../src/utils