This applies to Lua 5.2 and 5.3. From 7a1b4e0829124976878ca2765a8e546667a92ceb Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Fri, 30 Oct 2015 19:11:31 -0400 Subject: [PATCH] apply existing non-executable library patch and install libraries as executable --- Makefile | 6 +++--- src/Makefile | 8 +++++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 1aea8e6..bfcfed9 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ INTERPRETER= lua COMPILER= luac TO_BIN= $(INTERPRETER) $(COMPILER) TO_INC= lua.h luaconf.h lualib.h lauxlib.h lua.hpp -TO_LIB= liblua.a +TO_LIB= liblua.a liblua.so liblua.so.${V} TO_PC= lua-$(V).pc TO_MAN= lua.1 luac.1 @@ -56,7 +56,7 @@ R= $V.3 all: $(PLAT) $(PLATS): - cd src && $(MAKE) $@ + cd src && $(MAKE) $@ V=$(V) R=$(R) clean: cd src && $(MAKE) $@ @@ -69,7 +69,7 @@ install: dummy $(TO_PC) cd src && $(MKDIR) $(INSTALL_BIN) $(INSTA
aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options