Revert "liblua54: build with readline support (#8078)"

This reverts commit 6e9d154a1c.
This commit is contained in:
Leonid Pliushch 2021-11-27 15:28:29 +02:00
parent 6e9d154a1c
commit c7414d3cff
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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