From cf0822b5c29b45ce2e9713ad747e1a0927122c35 Mon Sep 17 00:00:00 2001 From: Lostt Date: Thu, 28 May 2026 17:52:34 +0200 Subject: add keep static flag --- repos/community/lua/abuild | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/community/lua/abuild b/repos/community/lua/abuild index 9cf6ace0..abf5d4cf 100644 --- a/repos/community/lua/abuild +++ b/repos/community/lua/abuild @@ -2,6 +2,7 @@ name=lua version=5.5.0 release=1 source="https://www.lua.org/ftp/lua-$version.tar.gz" +keep_static=1 build() { make MYCFLAGS="-fPIC $CFLAGS" MYLDFLAGS="$LDFLAGS" linux -- cgit v1.2.3