hostapd/hostapd-RPM_OPT_FLAGS.patch

13 lines
385 B
Diff
Raw Normal View History

diff -up hostapd-2.1/hostapd/Makefile.rpmopt hostapd-2.1/hostapd/Makefile
--- hostapd-2.1/hostapd/Makefile.rpmopt 2014-02-14 13:25:29.935475165 -0500
+++ hostapd-2.1/hostapd/Makefile 2014-02-14 13:26:21.701915670 -0500
2009-12-21 20:06:43 +00:00
@@ -6,6 +6,8 @@ ifndef CFLAGS
CFLAGS = -MMD -O2 -Wall -g
endif
+CFLAGS += $(EXTRA_CFLAGS)
+
CFLAGS += -I$(abspath ../src)
CFLAGS += -I$(abspath ../src/utils)
2010-12-23 17:03:29 +00:00