mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
This Lua library is a Redis client driver for the ngx_lua nginx module: http://wiki.nginx.org/HttpLuaModule This Lua library takes advantage of ngx_lua's cosocket API, which ensures 100% nonblocking behavior. WWW: https://github.com/openresty/lua-resty-redis PR: 191531 Submitted by: arcade@b1t.name (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13121
11 lines
335 B
Text
11 lines
335 B
Text
--- Makefile.orig 2016-11-04 20:57:34 UTC
|
|
+++ Makefile
|
|
@@ -2,7 +2,7 @@ OPENRESTY_PREFIX=/usr/local/openresty-de
|
|
|
|
PREFIX ?= /usr/local
|
|
LUA_INCLUDE_DIR ?= $(PREFIX)/include
|
|
-LUA_LIB_DIR ?= $(PREFIX)/lib/lua/$(LUA_VERSION)
|
|
+LUA_LIB_DIR ?= $(PREFIX)/share/lua/$(LUA_VER)
|
|
INSTALL ?= install
|
|
|
|
.PHONY: all test install
|