From 8cb241e005f0ec4523a02cf942d9d8eef8e81e27 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Fri, 14 Jun 2019 23:28:42 +0200 Subject: [PATCH] - lua: rename patch --- ...a-01-fix-coolstream-build.patch => lua-01-fix-build.patch} | 2 +- make/system-lua.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename archive-patches/{lua-01-fix-coolstream-build.patch => lua-01-fix-build.patch} (97%) diff --git a/archive-patches/lua-01-fix-coolstream-build.patch b/archive-patches/lua-01-fix-build.patch similarity index 97% rename from archive-patches/lua-01-fix-coolstream-build.patch rename to archive-patches/lua-01-fix-build.patch index a94351cc..ab1b2e72 100644 --- a/archive-patches/lua-01-fix-coolstream-build.patch +++ b/archive-patches/lua-01-fix-build.patch @@ -2,7 +2,7 @@ From 57e1907d6813565e29990864807bdceb393653d3 Mon Sep 17 00:00:00 2001 Message-Id: <57e1907d6813565e29990864807bdceb393653d3.1390660080.git.striper@gmx.de> From: striper Date: Sat, 25 Jan 2014 15:27:54 +0100 -Subject: [PATCH] - fix coolstream build +Subject: [PATCH] - fix build --- Makefile | 2 +- diff --git a/make/system-lua.mk b/make/system-lua.mk index af61c3d1..d28bb08f 100644 --- a/make/system-lua.mk +++ b/make/system-lua.mk @@ -9,7 +9,7 @@ LUA_VER = $(LUA_ABIVER).4 $(ARCHIVE)/lua-$(LUA_VER).tar.gz: $(WGET) http://www.lua.org/ftp/lua-$(LUA_VER).tar.gz -LUA_PATCH = lua-01-fix-coolstream-build.patch +LUA_PATCH = lua-01-fix-build.patch LUA_PATCH += lua-02-shared-libs-for-lua.patch LUA_PATCH += lua-03-lua-pc.patch LUA_PATCH += lua-04-crashfix.diff @@ -33,7 +33,7 @@ $(D)/lua: $(D)/libncurses $(ARCHIVE)/lua-$(LUA_VER).tar.gz | $(TARGET_DIR) # ----------------------------------------------------------------------------- -HOST_LUA_PATCH = lua-01-fix-coolstream-build.patch +HOST_LUA_PATCH = lua-01-fix-build.patch # helper for luaposix build $(HOST_DIR)/bin/lua-$(LUA_VER): $(ARCHIVE)/lua-$(LUA_VER).tar.gz | $(TARGET_DIR)