aboutsummaryrefslogtreecommitdiff
path: root/databases/lua-resty-redis/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/lua-resty-redis/files/patch-Makefile')
-rw-r--r--databases/lua-resty-redis/files/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/lua-resty-redis/files/patch-Makefile b/databases/lua-resty-redis/files/patch-Makefile
new file mode 100644
index 000000000000..db153d4ee71b
--- /dev/null
+++ b/databases/lua-resty-redis/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- 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