File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1
1
OPENRESTY_PREFIX =/usr/local/openresty
2
2
3
+ # LUA_VERSION := 5.1
3
4
PREFIX ?= /usr/local
4
5
LUA_INCLUDE_DIR ?= $(PREFIX ) /include
5
6
LUA_LIB_DIR ?= $(PREFIX ) /lib/lua/$(LUA_VERSION )
@@ -12,9 +13,11 @@ all: ;
12
13
install : all
13
14
$(INSTALL ) -d $(DESTDIR )$(LUA_LIB_DIR ) /resty/core/
14
15
$(INSTALL ) -d $(DESTDIR )$(LUA_LIB_DIR ) /ngx/
16
+ $(INSTALL ) -d $(DESTDIR )$(LUA_LIB_DIR ) /ngx/ssl
15
17
$(INSTALL ) lib/resty/* .lua $(DESTDIR )$(LUA_LIB_DIR ) /resty/
16
18
$(INSTALL ) lib/resty/core/* .lua $(DESTDIR )$(LUA_LIB_DIR ) /resty/core/
17
19
$(INSTALL ) lib/ngx/* .lua $(DESTDIR )$(LUA_LIB_DIR ) /ngx/
20
+ $(INSTALL ) lib/ngx/ssl/* .lua $(DESTDIR )$(LUA_LIB_DIR ) /ngx/ssl/
18
21
19
22
test : all
20
23
PATH=$(OPENRESTY_PREFIX ) /nginx/sbin:$$ PATH prove -I../test-nginx/lib -r t
You can’t perform that action at this time.
0 commit comments