From 5e68548e7fbb5eec13b89441d53ca816da155158 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Sun, 15 Mar 2026 18:47:20 +0100 Subject: [PATCH] supertux2: link external squirrel lib statically --- srcpkgs/supertux2/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/supertux2/template b/srcpkgs/supertux2/template index 9840c92c38a..7889e385617 100644 --- a/srcpkgs/supertux2/template +++ b/srcpkgs/supertux2/template @@ -1,12 +1,13 @@ # Template file for 'supertux2' pkgname=supertux2 version=0.7.0 -revision=1 +revision=2 build_style=cmake configure_args=" -DAPPDATADIR=/usr/share/supertux2 -DINSTALL_SUBDIR_BIN=bin - -DINSTALL_SUBDIR_SHARE=share/supertux2" + -DINSTALL_SUBDIR_SHARE=share/supertux2 + -DUSE_STATIC_SIMPLESQUIRREL=ON" hostmakedepends="pkg-config" makedepends="SDL2-devel SDL2_image-devel libcurl-devel libpng-devel fmt-devel zlib-devel