File airportsd-cflags.patch of Package airportsd
diff --git a/Makefile b/Makefile index 30271a4..358d4ff 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include config.mk -CFLAGS=-Wall -Werror $(INC) +CFLAGS=-Wall -Werror $(INC) $(OPTFLAGS) LDFLAGS=-lmicrohttpd -lcdb $(LIBS) INSTALLDIR = /usr/local