diff options
Diffstat (limited to 'repo/system/lua.xibuild')
-rw-r--r-- | repo/system/lua.xibuild | 4 |
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 () { |