Files
se ab43a9512d Fix build on powerpc64
While her let "make test" execute the port's test

Reported by:	linimon
2020-09-25 06:39:23 +00:00

12 lines
264 B
Plaintext

--- 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)