From f4229d5f57b4a60201b7f3f32ea38ce92a221c95 Mon Sep 17 00:00:00 2001 From: Kenichi Nakamura Date: Wed, 1 Oct 2025 23:17:58 +0000 Subject: [PATCH] add SunOS to *BSD flags case --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ecfac4..8479f5d 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ else LDFLAGS += -fPIC -shared LIB_NAME = $(PREFIX)/sqlite3_nif.dll endif - ifeq ($(KERNEL_NAME), $(filter $(KERNEL_NAME),OpenBSD FreeBSD NetBSD)) + ifeq ($(KERNEL_NAME), $(filter $(KERNEL_NAME),OpenBSD FreeBSD NetBSD SunOS)) CFLAGS += -fPIC LDFLAGS += -fPIC -shared endif