Revert "liblua54: build with readline support (#8078)"
This reverts commit 6e9d154a1c
.
This commit is contained in:
parent
6e9d154a1c
commit
c7414d3cff
@ -6,7 +6,7 @@ diff -uNr lua-5.4.1/Makefile lua-5.4.1.mod/Makefile
|
||||
|
||||
# Your platform. See PLATS for possible values.
|
||||
-PLAT= guess
|
||||
+PLAT= linux-readline
|
||||
+PLAT= linux
|
||||
|
||||
# Where to install. The installation starts in the src and doc directories,
|
||||
# so take care if INSTALL_TOP is not an absolute path. See the local target.
|
||||
|
@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Shared library for the Lua interpreter"
|
||||
TERMUX_PKG_LICENSE="MIT"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION=5.4.3
|
||||
TERMUX_PKG_REVISION=2
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_SRCURL=https://www.lua.org/ftp/lua-${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=f8612276169e3bfcbcfb8f226195bfc6e466fe13042f1076cbde92b7ec96bbfb
|
||||
TERMUX_PKG_EXTRA_MAKE_ARGS=linux
|
||||
|
Loading…
Reference in New Issue
Block a user