mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
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
This commit is contained in:
parent
9d828931f1
commit
3b39bf7262
@ -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
|
--- a/src/Makefile
|
||||||
+++ b/src/Makefile
|
+++ b/src/Makefile
|
||||||
@@ -25,7 +25,7 @@ PLATS= aix ansi bsd freebsd generic linu
|
@@ -25,7 +25,7 @@ PLATS= aix ansi bsd freebsd generic linu
|
||||||
|
Loading…
Reference in New Issue
Block a user