diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/lua-5.4.4_pre.local.patch (renamed from patches/lua-5.4.3_pre.local.patch) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/lua-5.4.3_pre.local.patch b/patches/lua-5.4.4_pre.local.patch index 7c9314cb..75dcc6eb 100644 --- a/patches/lua-5.4.3_pre.local.patch +++ b/patches/lua-5.4.4_pre.local.patch @@ -99,7 +99,7 @@ diff -ru lua-5.4.3.orig/src/Makefile lua-5.4.3/src/Makefile +LIB_VERSION = 9:3:4 +RPATH = /lib +V = 5.4 -+R = $V.3 ++R = $V.4 + +# The following rules use libtool for compiling and linking in order to +# provide shared library support. |