summaryrefslogtreecommitdiff
path: root/repo/system/lua.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-23 14:42:35 +0000
committerdavidovski <david@davidovski.xyz>2022-02-23 14:42:35 +0000
commit71e3c6e4bed81abbc2856c278bd5d929cfd61224 (patch)
tree11c9f10b854f08b90bbc4997eb7ae2598a30bf66 /repo/system/lua.xibuild
parent866afc3e78e6abdd26ff354f28bdece0863c2306 (diff)
fixed additionals
Diffstat (limited to 'repo/system/lua.xibuild')
-rw-r--r--repo/system/lua.xibuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/system/lua.xibuild b/repo/system/lua.xibuild
index 1e4f0b0..6a9d521 100644
--- a/repo/system/lua.xibuild
+++ b/repo/system/lua.xibuild
@@ -5,9 +5,9 @@ DEPS="readline"
PKG_VER=5.4.4
SOURCE=https://www.lua.org/ftp/lua-$PKG_VER.tar.gz
-ADDITIONAL=(
+ADDITIONAL="
https://www.linuxfromscratch.org/patches/blfs/svn/lua-$PKG_VER-shared_library-1.patch
- )
+ "
DESC="A powerful lightweight scripting language"
prepare () {