From 3e2d16160fa4ea7226dd42932e737c32b9745fe5 Mon Sep 17 00:00:00 2001 From: Felix Palmen Date: Tue, 8 Oct 2024 20:09:40 +0200 Subject: [PATCH] GNUmakefile: Avoid building shared poser lib When bundling poser, avoid building the shared lib by also setting posercore_STRIPWITH empty. This issue was hidden by broken library stripping in the earlier zimk version. --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index 9806e94..c619de4 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -56,6 +56,7 @@ include zimk/zimk.mk ifeq ($(BUNDLED_POSER),1) WITH_TLS:= 0 posercore_BUILDWITH:= # +posercore_STRIPWITH:= # posercore_INSTALLWITH:= # posercore_PRECFLAGS:= -I./poser/include $(call zinc,poser/src/lib/core/core.mk)