summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob P. Liljenberg <admin@qvantnet.com>2024-02-11 16:10:25 +0100
committerGitHub <noreply@github.com>2024-02-11 16:10:25 +0100
commit1584ce6468e01e918ff3403c38388fc078261cdf (patch)
tree1ec198362af5237b04690e3f061db58945b765d4
parent91e137a411dfbba2a76796649f4fb7ed415dbf6e (diff)
parent7057d7653d015e1a8451fab51b62bd9ed3475918 (diff)
Merge pull request #717 from imwints/fix-716
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ed80899..30ce82d 100644
--- a/Makefile
+++ b/Makefile
@@ -143,7 +143,7 @@ else ifeq ($(PLATFORM_LC),macos)
else ifeq ($(PLATFORM_LC),openbsd)
PLATFORM_DIR := openbsd
THREADS := $(shell sysctl -n hw.ncpu || echo 1)
- override ADDFLAGS += -lkvm
+ override ADDFLAGS += -lkvm -static-libstdc++
export MAKE = gmake
SU_GROUP := wheel
else