X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=contrib%2Fluaposix%2FMakefile;h=e9433bf5873fd5f7d848a6c5b5d22509d140c8bc;hp=c357f5d2c2e9f9e270a198ba1cb9b790e77d49be;hb=3b7e4eaaf8bb2970c0488c39695e0179d5a78f69;hpb=855b7582d3576f45693e3a48fdb253c813cf4dce diff --git a/contrib/luaposix/Makefile b/contrib/luaposix/Makefile index c357f5d2c2..e9433bf587 100644 --- a/contrib/luaposix/Makefile +++ b/contrib/luaposix/Makefile @@ -1,8 +1,8 @@ include ../../build/config.mk include ../../build/gccconfig.mk -LUAPOSIX_VERSION = 5.1.2 -LUAPOSIX_SITE = http://luaforge.net/frs/download.php/3063/ +LUAPOSIX_VERSION = 5.1.3 +LUAPOSIX_SITE = http://luaforge.net/frs/download.php/3449/ LUAPOSIX_DIR = luaposix-$(LUAPOSIX_VERSION) LUAPOSIX_FILE = $(LUAPOSIX_DIR).tar.gz LUAPOSIX_URL = $(LUAPOSIX_SITE)/$(LUAPOSIX_FILE) @@ -38,6 +38,8 @@ compile: $(LUAPOSIX_DIR)/.patched cp $(LUAPOSIX_DIR)/posix.so dist$(LUA_LIBRARYDIR) luasource: +luastrip: +luacompile: compile-all: compile clean: