opnsense-ports/sysutils/hexpeek/files/patch-test_base_Makefile
Franco Fichtner eb6042d4fc */*: sync with upstream
Taken from: HardenedBSD
2020-09-25 15:04:32 +02:00

11 lines
264 B
Text

--- test/base/Makefile.orig 2020-08-04 05:58:52 UTC
+++ test/base/Makefile
@@ -28,7 +28,7 @@ SRCDIR := src
BINDIR := bin
EXEC := $(BINDIR)/server $(BINDIR)/client
CC ?= clang
-CFLAGS := -O3 -Wall #-fPIC
+CFLAGS ?= -O3 -Wall #-fPIC
all: $(EXEC)