opnsense-ports/security/pixiewps/files/patch-Makefile
Franco Fichtner a3954726c0 */*: sync with upstream
Taken from: HardenedBSD
2019-04-08 17:09:54 +02:00

8 lines
173 B
Text

--- Makefile.orig 2019-04-08 08:32:00 UTC
+++ Makefile
@@ -1,4 +1,4 @@
-CFLAGS = -std=c99 -O3
+CFLAGS += -std=c99 -D__BSD_VISIBLE
LIBS = -lpthread
ifeq ($(OPENSSL),1)