ports/databases/lua-resty-redis/files/patch-Makefile
Jochen Neumeister fa838d82b7 New Port: lua-resty-redis - for accessing redis from nginx lua
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
2017-11-16 20:02:08 +00:00

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