aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLostt <lostt@noreply.codeberg.org>2026-05-28 17:52:34 +0200
committerLostt <lostt@noreply.codeberg.org>2026-05-28 17:52:34 +0200
commitcf0822b5c29b45ce2e9713ad747e1a0927122c35 (patch)
treef90e019756f44b72a921bbc841e250c3abd537b8
parente26a4b2c8114f5a45585288eeed9876cfc78bb8a (diff)
downloadalicelinux-cf0822b5c29b45ce2e9713ad747e1a0927122c35.tar.gz
alicelinux-cf0822b5c29b45ce2e9713ad747e1a0927122c35.zip
add keep static flag
-rw-r--r--repos/community/lua/abuild1
1 files changed, 1 insertions, 0 deletions
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