aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/lua
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-03-04 08:33:14 +0000
committerJohn Crispin <john@openwrt.org>2016-03-04 08:33:14 +0000
commit3b39bf7262473069491df321561fc743b8e88e39 (patch)
tree9fe1b47252fbe500717e1c8f25f35ee0fbc76383 /package/utils/lua
parent9d828931f12c70d503194e0e98e9ad5a69d47554 (diff)
downloadupstream-3b39bf7262473069491df321561fc743b8e88e39.tar.gz
upstream-3b39bf7262473069491df321561fc743b8e88e39.tar.bz2
upstream-3b39bf7262473069491df321561fc743b8e88e39.zip
lua: host: install lnum_config.h
One of the host patches introduces the new header file lnum_config.h included by luaconf.h, but doesn't install it. Install it to allow building C modules for the host Lua. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 48907
Diffstat (limited to 'package/utils/lua')
-rw-r--r--package/utils/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/utils/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch b/package/utils/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch
index 74b8c6f8f0..2a04ce02df 100644
--- a/package/utils/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch
+++ b/package/utils/lua/patches-host/010-lua-5.1.3-lnum-full-260308.patch
@@ -1,3 +1,14 @@
+--- a/Makefile
++++ b/Makefile
+@@ -42,7 +42,7 @@
+
+ # What to install.
+ TO_BIN= lua luac
+-TO_INC= lua.h luaconf.h lualib.h lauxlib.h ../etc/lua.hpp
++TO_INC= lua.h luaconf.h lualib.h lauxlib.h lnum_config.h ../etc/lua.hpp
+ TO_LIB= liblua.a
+ TO_MAN= lua.1 luac.1
+
--- a/src/Makefile
+++ b/src/Makefile
@@ -25,7 +25,7 @@ PLATS= aix ansi bsd freebsd generic linu