From 96dbbe4e9e23bb33ca90e1a804b333bec402572a Mon Sep 17 00:00:00 2001 From: orignal Date: Tue, 11 Aug 2026 10:30:54 -0400 Subject: [PATCH] c++23. link with boost_json --- Makefile.haiku | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.haiku b/Makefile.haiku index eb56a207..f420e6a6 100644 --- a/Makefile.haiku +++ b/Makefile.haiku @@ -3,10 +3,10 @@ CXX = g++-x86 else CXX = g++ endif -CXXFLAGS := -Wall -std=c++20 +CXXFLAGS := -Wall -std=c++23 INCFLAGS = -I/system/develop/headers DEFINES = -D_DEFAULT_SOURCE -D_GNU_SOURCE -LDLIBS = -lbe -lbsd -lnetwork -lz -lssl -lcrypto -lboost_program_options -lpthread +LDLIBS = -lbe -lbsd -lnetwork -lz -lssl -lcrypto -lboost_program_options -lboost_json -lpthread ifeq ($(USE_UPNP),yes) DEFINES += -DUSE_UPNP