mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
lua: Update to version 5.4.4
- Update from 5.4.3 to 5.4.4 - Update of rootfile - Update of pkgconfig file - Changelog 11 bugs from version 5.4.3 or earlier fixed See https://www.lua.org/bugs.html#5.4.3 for details Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
315fd0af9d
commit
3bdedafd20
6
lfs/lua
6
lfs/lua
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 5.4.3
|
||||
VER = 5.4.4
|
||||
|
||||
THISAPP = lua-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = ef63ed2ecfb713646a7fcc583cf5f352
|
||||
$(DL_FILE)_MD5 = bd8ce7069ff99a400efd14cf339a727b
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -78,7 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && make INSTALL_TOP=/usr \
|
||||
INSTALL_DATA="cp -d" \
|
||||
INSTALL_MAN=/usr/share/man/man1 \
|
||||
TO_LIB="liblua.so liblua.so.5.4 liblua.so.5.4.3" \
|
||||
TO_LIB="liblua.so liblua.so.5.4 liblua.so.5.4.4" \
|
||||
install
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user