From 7814c1c98a42f2d295ac38112f98c872701213b6 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 27 Nov 2021 07:58:58 -0800 Subject: now building on OpenBSD Still emitting a bunch of warnings on OpenBSD, though. --- src/luasec/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/luasec/Makefile') diff --git a/src/luasec/Makefile b/src/luasec/Makefile index b1a52a9..8c84079 100644 --- a/src/luasec/Makefile +++ b/src/luasec/Makefile @@ -9,15 +9,15 @@ OBJS= \ config.o \ ec.o -WARN=-Wall -Wpedantic -Wshadow +WARN=-Wall -Wshadow BSD_CFLAGS=-O2 -fPIC $(WARN) $(DEFS) BSD_LDFLAGS=-O -fPIC -shared -linux_CFLAGS=-g -O2 -std=c99 $(WARN) $(DEFS) +linux_CFLAGS=-g -O2 -std=c99 $(WARN) -Wpedantic $(DEFS) macosx_ENV=env MACOSX_DEPLOYMENT_TARGET='$(MACVER)' -macosx_CFLAGS=-g -O2 -std=c99 -fno-common $(WARN) $(DEFS) -I/usr/local/opt/openssl@3/include +macosx_CFLAGS=-g -O2 -std=c99 -fno-common $(WARN) -Wpedantic $(DEFS) -I/usr/local/opt/openssl@3/include macosx_LDFLAGS=-bundle -undefined dynamic_lookup -L/usr/local/opt/openssl@3/lib INSTALL = install -- cgit 1.4.1-2-gfad0