@ -190,13 +190,13 @@ cd nginx-1.0.4
- - add - module = .. / echo - nginx - module - 0.37 rc1 \
- - add - module = .. / xss - nginx - module - 0.03 rc3 \
- - add - module = .. / ngx_devel_kit - 0.2 .17 \
- - add - module = .. / set - misc - nginx - module - 0.2 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 4 \
- - add - module = .. / set - misc - nginx - module - 0.2 2rc 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 5 \
- - add - module = .. / encrypted - session - nginx - module - 0.01 \
- - add - module = .. / ngx_lua - 0.2 .1 rc2 \
- - add - module = .. / headers - more - nginx - module - 0.15 \
- - add - module = .. / srcache - nginx - module - 0.12 \
- - add - module = .. / array - var - nginx - module - 0.0 2 \
- - add - module = .. / array - var - nginx - module - 0.0 3rc1 \
- - add - module = .. / memc - nginx - module - 0.12 \
- - add - module = .. / redis2 - nginx - module - 0.07 \
- - add - module = .. / upstream - keepalive - nginx - module - 0.3 \
@ -220,7 +220,7 @@ clean:
=== TEST 3 : - - with - debug
=== TEST 3 : - - with - debug ( standard lua )
- - - cmd: . / configure - - with - debug - - dry - run
- - - out
platform: linux ( linux )
@ -239,13 +239,13 @@ cd nginx-1.0.4
- - add - module = .. / echo - nginx - module - 0.37 rc1 \
- - add - module = .. / xss - nginx - module - 0.03 rc3 \
- - add - module = .. / ngx_devel_kit - 0.2 .17 \
- - add - module = .. / set - misc - nginx - module - 0.2 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 4 \
- - add - module = .. / set - misc - nginx - module - 0.2 2rc 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 5 \
- - add - module = .. / encrypted - session - nginx - module - 0.01 \
- - add - module = .. / ngx_lua - 0.2 .1 rc2 \
- - add - module = .. / headers - more - nginx - module - 0.15 \
- - add - module = .. / srcache - nginx - module - 0.12 \
- - add - module = .. / array - var - nginx - module - 0.0 2 \
- - add - module = .. / array - var - nginx - module - 0.0 3rc1 \
- - add - module = .. / memc - nginx - module - 0.12 \
- - add - module = .. / redis2 - nginx - module - 0.07 \
- - add - module = .. / upstream - keepalive - nginx - module - 0.3 \
@ -286,8 +286,8 @@ platform: linux (linux)
cp - rp bundle / build/
cd build
cd LuaJIT - 2.0 .0 - beta8
make PREFIX= /usr/ local /openresty/ luajit
make install PREFIX= /usr/ local /openresty/ luajit DESTDIR = $ OPENRESTY_BUILD_DIR / luajit - root
make TARGET_STRIP= PREFIX= /usr/ local /openresty/ luajit
make install TARGET_STRIP= PREFIX= /usr/ local /openresty/ luajit DESTDIR = $ OPENRESTY_BUILD_DIR / luajit - root
export LUAJIT_LIB = '$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib'
export LUAJIT_INC = '$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.0'
cd ..
@ -296,13 +296,13 @@ cd nginx-1.0.4
- - add - module = .. / echo - nginx - module - 0.37 rc1 \
- - add - module = .. / xss - nginx - module - 0.03 rc3 \
- - add - module = .. / ngx_devel_kit - 0.2 .17 \
- - add - module = .. / set - misc - nginx - module - 0.2 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 4 \
- - add - module = .. / set - misc - nginx - module - 0.2 2rc 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 5 \
- - add - module = .. / encrypted - session - nginx - module - 0.01 \
- - add - module = .. / ngx_lua - 0.2 .1 rc2 \
- - add - module = .. / headers - more - nginx - module - 0.15 \
- - add - module = .. / srcache - nginx - module - 0.12 \
- - add - module = .. / array - var - nginx - module - 0.0 2 \
- - add - module = .. / array - var - nginx - module - 0.0 3rc1 \
- - add - module = .. / memc - nginx - module - 0.12 \
- - add - module = .. / redis2 - nginx - module - 0.07 \
- - add - module = .. / upstream - keepalive - nginx - module - 0.3 \
@ -315,11 +315,11 @@ cd ../..
. PHONY: all install clean
all:
cd build /LuaJIT-2.0.0-beta8 && $(MAKE) PREFIX=/usr /local/o penresty / luajit
cd build /LuaJIT-2.0.0-beta8 && $(MAKE) TARGET_STRIP= PREFIX=/usr /local/o penresty / luajit
cd build / nginx - 1.0 .4 && $ ( MAKE )
install:
cd build /LuaJIT-2.0.0-beta8 && $(MAKE) install PREFIX=/usr /local/o penresty / luajit DESTDIR = $ ( DESTDIR )
cd build /LuaJIT-2.0.0-beta8 && $(MAKE) install TARGET_STRIP= PREFIX=/usr /local/o penresty / luajit DESTDIR = $ ( DESTDIR )
cd build / nginx - 1.0 .4 && $ ( MAKE ) install DESTDIR = $ ( DESTDIR )
clean:
@ -334,8 +334,8 @@ platform: linux (linux)
cp - rp bundle / build/
cd build
cd LuaJIT - 2.0 .0 - beta8
make PREFIX= /usr/ local /openresty/ luajit
make install PREFIX= /usr/ local /openresty/ luajit DESTDIR = $ OPENRESTY_BUILD_DIR / luajit - root
make TARGET_STRIP= PREFIX= /usr/ local /openresty/ luajit
make install TARGET_STRIP= PREFIX= /usr/ local /openresty/ luajit DESTDIR = $ OPENRESTY_BUILD_DIR / luajit - root
export LUAJIT_LIB = '$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib'
export LUAJIT_INC = '$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.0'
cd ..
@ -345,13 +345,13 @@ cd nginx-1.0.4
- - add - module = .. / echo - nginx - module - 0.37 rc1 \
- - add - module = .. / xss - nginx - module - 0.03 rc3 \
- - add - module = .. / ngx_devel_kit - 0.2 .17 \
- - add - module = .. / set - misc - nginx - module - 0.2 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 4 \
- - add - module = .. / set - misc - nginx - module - 0.2 2rc 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 5 \
- - add - module = .. / encrypted - session - nginx - module - 0.01 \
- - add - module = .. / ngx_lua - 0.2 .1 rc2 \
- - add - module = .. / headers - more - nginx - module - 0.15 \
- - add - module = .. / srcache - nginx - module - 0.12 \
- - add - module = .. / array - var - nginx - module - 0.0 2 \
- - add - module = .. / array - var - nginx - module - 0.0 3rc1 \
- - add - module = .. / memc - nginx - module - 0.12 \
- - add - module = .. / redis2 - nginx - module - 0.07 \
- - add - module = .. / upstream - keepalive - nginx - module - 0.3 \
@ -364,11 +364,11 @@ cd ../..
. PHONY: all install clean
all:
cd build /LuaJIT-2.0.0-beta8 && $(MAKE) PREFIX=/usr /local/o penresty / luajit
cd build /LuaJIT-2.0.0-beta8 && $(MAKE) TARGET_STRIP= PREFIX=/usr /local/o penresty / luajit
cd build / nginx - 1.0 .4 && $ ( MAKE )
install:
cd build /LuaJIT-2.0.0-beta8 && $(MAKE) install PREFIX=/usr /local/o penresty / luajit DESTDIR = $ ( DESTDIR )
cd build /LuaJIT-2.0.0-beta8 && $(MAKE) install TARGET_STRIP= PREFIX=/usr /local/o penresty / luajit DESTDIR = $ ( DESTDIR )
cd build / nginx - 1.0 .4 && $ ( MAKE ) install DESTDIR = $ ( DESTDIR )
clean:
@ -383,8 +383,8 @@ platform: linux (linux)
cp - rp bundle / build/
cd build
cd LuaJIT - 2.0 .0 - beta8
make PREFIX= /usr/ local /openresty/ luajit
make install PREFIX= /usr/ local /openresty/ luajit DESTDIR = $ OPENRESTY_BUILD_DIR / luajit - root
make TARGET_STRIP= PREFIX= /usr/ local /openresty/ luajit
make install TARGET_STRIP= PREFIX= /usr/ local /openresty/ luajit DESTDIR = $ OPENRESTY_BUILD_DIR / luajit - root
export LUAJIT_LIB = '$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib'
export LUAJIT_INC = '$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.0'
cd ..
@ -393,13 +393,13 @@ cd nginx-1.0.4
- - add - module = .. / echo - nginx - module - 0.37 rc1 \
- - add - module = .. / xss - nginx - module - 0.03 rc3 \
- - add - module = .. / ngx_devel_kit - 0.2 .17 \
- - add - module = .. / set - misc - nginx - module - 0.2 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 4 \
- - add - module = .. / set - misc - nginx - module - 0.2 2rc 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 5 \
- - add - module = .. / encrypted - session - nginx - module - 0.01 \
- - add - module = .. / ngx_lua - 0.2 .1 rc2 \
- - add - module = .. / headers - more - nginx - module - 0.15 \
- - add - module = .. / srcache - nginx - module - 0.12 \
- - add - module = .. / array - var - nginx - module - 0.0 2 \
- - add - module = .. / array - var - nginx - module - 0.0 3rc1 \
- - add - module = .. / memc - nginx - module - 0.12 \
- - add - module = .. / redis2 - nginx - module - 0.07 \
- - add - module = .. / upstream - keepalive - nginx - module - 0.3 \
@ -412,11 +412,11 @@ cd ../..
. PHONY: all install clean
all:
cd build /LuaJIT-2.0.0-beta8 && $(MAKE) PREFIX=/usr /local/o penresty / luajit
cd build /LuaJIT-2.0.0-beta8 && $(MAKE) TARGET_STRIP= PREFIX=/usr /local/o penresty / luajit
cd build / nginx - 1.0 .4 && $ ( MAKE )
install:
cd build /LuaJIT-2.0.0-beta8 && $(MAKE) install PREFIX=/usr /local/o penresty / luajit DESTDIR = $ ( DESTDIR )
cd build /LuaJIT-2.0.0-beta8 && $(MAKE) install TARGET_STRIP= PREFIX=/usr /local/o penresty / luajit DESTDIR = $ ( DESTDIR )
cd build / nginx - 1.0 .4 && $ ( MAKE ) install DESTDIR = $ ( DESTDIR )
clean:
@ -431,8 +431,8 @@ platform: linux (linux)
cp - rp bundle / build/
cd build
cd LuaJIT - 2.0 .0 - beta8
make PREFIX= /usr/ local /openresty/ luajit
make install PREFIX= /usr/ local /openresty/ luajit DESTDIR = $ OPENRESTY_BUILD_DIR / luajit - root
make TARGET_STRIP= PREFIX= /usr/ local /openresty/ luajit
make install TARGET_STRIP= PREFIX= /usr/ local /openresty/ luajit DESTDIR = $ OPENRESTY_BUILD_DIR / luajit - root
export LUAJIT_LIB = '$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib'
export LUAJIT_INC = '$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.0'
cd ..
@ -441,12 +441,12 @@ cd nginx-1.0.4
- - add - module = .. / echo - nginx - module - 0.37 rc1 \
- - add - module = .. / xss - nginx - module - 0.03 rc3 \
- - add - module = .. / ngx_devel_kit - 0.2 .17 \
- - add - module = .. / set - misc - nginx - module - 0.2 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 4 \
- - add - module = .. / set - misc - nginx - module - 0.2 2rc 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 5 \
- - add - module = .. / encrypted - session - nginx - module - 0.01 \
- - add - module = .. / headers - more - nginx - module - 0.15 \
- - add - module = .. / srcache - nginx - module - 0.12 \
- - add - module = .. / array - var - nginx - module - 0.0 2 \
- - add - module = .. / array - var - nginx - module - 0.0 3rc1 \
- - add - module = .. / memc - nginx - module - 0.12 \
- - add - module = .. / redis2 - nginx - module - 0.07 \
- - add - module = .. / upstream - keepalive - nginx - module - 0.3 \
@ -459,11 +459,11 @@ cd ../..
. PHONY: all install clean
all:
cd build /LuaJIT-2.0.0-beta8 && $(MAKE) PREFIX=/usr /local/o penresty / luajit
cd build /LuaJIT-2.0.0-beta8 && $(MAKE) TARGET_STRIP= PREFIX=/usr /local/o penresty / luajit
cd build / nginx - 1.0 .4 && $ ( MAKE )
install:
cd build /LuaJIT-2.0.0-beta8 && $(MAKE) install PREFIX=/usr /local/o penresty / luajit DESTDIR = $ ( DESTDIR )
cd build /LuaJIT-2.0.0-beta8 && $(MAKE) install TARGET_STRIP= PREFIX=/usr /local/o penresty / luajit DESTDIR = $ ( DESTDIR )
cd build / nginx - 1.0 .4 && $ ( MAKE ) install DESTDIR = $ ( DESTDIR )
clean:
@ -482,12 +482,12 @@ cd nginx-1.0.4
- - add - module = .. / echo - nginx - module - 0.37 rc1 \
- - add - module = .. / xss - nginx - module - 0.03 rc3 \
- - add - module = .. / ngx_devel_kit - 0.2 .17 \
- - add - module = .. / set - misc - nginx - module - 0.2 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 4 \
- - add - module = .. / set - misc - nginx - module - 0.2 2rc 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 5 \
- - add - module = .. / encrypted - session - nginx - module - 0.01 \
- - add - module = .. / headers - more - nginx - module - 0.15 \
- - add - module = .. / srcache - nginx - module - 0.12 \
- - add - module = .. / array - var - nginx - module - 0.0 2 \
- - add - module = .. / array - var - nginx - module - 0.0 3rc1 \
- - add - module = .. / memc - nginx - module - 0.12 \
- - add - module = .. / redis2 - nginx - module - 0.07 \
- - add - module = .. / upstream - keepalive - nginx - module - 0.3 \
@ -526,13 +526,13 @@ cd nginx-1.0.4
- - add - module = .. / echo - nginx - module - 0.37 rc1 \
- - add - module = .. / xss - nginx - module - 0.03 rc3 \
- - add - module = .. / ngx_devel_kit - 0.2 .17 \
- - add - module = .. / set - misc - nginx - module - 0.2 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 4 \
- - add - module = .. / set - misc - nginx - module - 0.2 2rc 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 5 \
- - add - module = .. / encrypted - session - nginx - module - 0.01 \
- - add - module = .. / ngx_lua - 0.2 .1 rc2 \
- - add - module = .. / headers - more - nginx - module - 0.15 \
- - add - module = .. / srcache - nginx - module - 0.12 \
- - add - module = .. / array - var - nginx - module - 0.0 2 \
- - add - module = .. / array - var - nginx - module - 0.0 3rc1 \
- - add - module = .. / memc - nginx - module - 0.12 \
- - add - module = .. / redis2 - nginx - module - 0.07 \
- - add - module = .. / upstream - keepalive - nginx - module - 0.3 \
@ -736,13 +736,13 @@ cd nginx-1.0.4
- - add - module = .. / echo - nginx - module - 0.37 rc1 \
- - add - module = .. / xss - nginx - module - 0.03 rc3 \
- - add - module = .. / ngx_devel_kit - 0.2 .17 \
- - add - module = .. / set - misc - nginx - module - 0.2 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 4 \
- - add - module = .. / set - misc - nginx - module - 0.2 2rc 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 5 \
- - add - module = .. / encrypted - session - nginx - module - 0.01 \
- - add - module = .. / ngx_lua - 0.2 .1 rc2 \
- - add - module = .. / headers - more - nginx - module - 0.15 \
- - add - module = .. / srcache - nginx - module - 0.12 \
- - add - module = .. / array - var - nginx - module - 0.0 2 \
- - add - module = .. / array - var - nginx - module - 0.0 3rc1 \
- - add - module = .. / memc - nginx - module - 0.12 \
- - add - module = .. / redis2 - nginx - module - 0.07 \
- - add - module = .. / upstream - keepalive - nginx - module - 0.3 \
@ -783,14 +783,14 @@ cd nginx-1.0.4
- - add - module = .. / echo - nginx - module - 0.37 rc1 \
- - add - module = .. / xss - nginx - module - 0.03 rc3 \
- - add - module = .. / ngx_devel_kit - 0.2 .17 \
- - add - module = .. / set - misc - nginx - module - 0.2 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 4 \
- - add - module = .. / set - misc - nginx - module - 0.2 2rc 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 5 \
- - add - module = .. / encrypted - session - nginx - module - 0.01 \
- - add - module = .. / drizzle - nginx - module - 0.1 .1 rc2 \
- - add - module = .. / ngx_lua - 0.2 .1 rc2 \
- - add - module = .. / headers - more - nginx - module - 0.15 \
- - add - module = .. / srcache - nginx - module - 0.12 \
- - add - module = .. / array - var - nginx - module - 0.0 2 \
- - add - module = .. / array - var - nginx - module - 0.0 3rc1 \
- - add - module = .. / memc - nginx - module - 0.12 \
- - add - module = .. / redis2 - nginx - module - 0.07 \
- - add - module = .. / upstream - keepalive - nginx - module - 0.3 \
@ -831,14 +831,14 @@ cd nginx-1.0.4
- - add - module = .. / echo - nginx - module - 0.37 rc1 \
- - add - module = .. / xss - nginx - module - 0.03 rc3 \
- - add - module = .. / ngx_devel_kit - 0.2 .17 \
- - add - module = .. / set - misc - nginx - module - 0.2 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 4 \
- - add - module = .. / set - misc - nginx - module - 0.2 2rc 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 5 \
- - add - module = .. / encrypted - session - nginx - module - 0.01 \
- - add - module = .. / drizzle - nginx - module - 0.1 .1 rc2 \
- - add - module = .. / ngx_lua - 0.2 .1 rc2 \
- - add - module = .. / headers - more - nginx - module - 0.15 \
- - add - module = .. / srcache - nginx - module - 0.12 \
- - add - module = .. / array - var - nginx - module - 0.0 2 \
- - add - module = .. / array - var - nginx - module - 0.0 3rc1 \
- - add - module = .. / memc - nginx - module - 0.12 \
- - add - module = .. / redis2 - nginx - module - 0.07 \
- - add - module = .. / upstream - keepalive - nginx - module - 0.3 \
@ -882,23 +882,23 @@ export LIBDRIZZLE_LIB='/opt/drizzle/lib'
export LIBDRIZZLE_INC = '/opt/drizzle/include/libdrizzle-1.0'
cd lua - 5.1 .4
make linux
make install INSTALL_TOP = /home/ agentz /git/ ngx_openresty /ngx_openresty-1.0.4.1rc 2 /build /lua-root/ usr /local/o penresty / lua
export LUA_LIB = '/home/agentz/git/ngx_openresty/ngx_openresty-1.0.4.1rc 2 /build/lua-root/usr/local/openresty/lua/lib'
export LUA_INC = '/home/agentz/git/ngx_openresty/ngx_openresty-1.0.4.1rc 2 /build/lua-root/usr/local/openresty/lua/include'
make install INSTALL_TOP = /home/ agentz /git/ ngx_openresty /ngx_openresty-1.0.4.1rc 5 /build /lua-root/ usr /local/o penresty / lua
export LUA_LIB = '/home/agentz/git/ngx_openresty/ngx_openresty-1.0.4.1rc 5 /build/lua-root/usr/local/openresty/lua/lib'
export LUA_INC = '/home/agentz/git/ngx_openresty/ngx_openresty-1.0.4.1rc 5 /build/lua-root/usr/local/openresty/lua/include'
cd ..
cd nginx - 1.0 .4
. /configure --prefix=/ usr /local/o penresty / nginx \
- - add - module = .. / echo - nginx - module - 0.37 rc1 \
- - add - module = .. / xss - nginx - module - 0.03 rc3 \
- - add - module = .. / ngx_devel_kit - 0.2 .17 \
- - add - module = .. / set - misc - nginx - module - 0.2 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 4 \
- - add - module = .. / set - misc - nginx - module - 0.2 2rc 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 5 \
- - add - module = .. / encrypted - session - nginx - module - 0.01 \
- - add - module = .. / drizzle - nginx - module - 0.1 .1 rc2 \
- - add - module = .. / ngx_lua - 0.2 .1 rc2 \
- - add - module = .. / headers - more - nginx - module - 0.15 \
- - add - module = .. / srcache - nginx - module - 0.12 \
- - add - module = .. / array - var - nginx - module - 0.0 2 \
- - add - module = .. / array - var - nginx - module - 0.0 3rc1 \
- - add - module = .. / memc - nginx - module - 0.12 \
- - add - module = .. / redis2 - nginx - module - 0.07 \
- - add - module = .. / upstream - keepalive - nginx - module - 0.3 \
@ -941,13 +941,13 @@ cd nginx-1.0.4
- - add - module = .. / echo - nginx - module - 0.37 rc1 \
- - add - module = .. / xss - nginx - module - 0.03 rc3 \
- - add - module = .. / ngx_devel_kit - 0.2 .17 \
- - add - module = .. / set - misc - nginx - module - 0.2 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 4 \
- - add - module = .. / set - misc - nginx - module - 0.2 2rc 1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc 5 \
- - add - module = .. / encrypted - session - nginx - module - 0.01 \
- - add - module = .. / ngx_lua - 0.2 .1 rc2 \
- - add - module = .. / headers - more - nginx - module - 0.15 \
- - add - module = .. / srcache - nginx - module - 0.12 \
- - add - module = .. / array - var - nginx - module - 0.0 2 \
- - add - module = .. / array - var - nginx - module - 0.0 3rc1 \
- - add - module = .. / memc - nginx - module - 0.12 \
- - add - module = .. / redis2 - nginx - module - 0.07 \
- - add - module = .. / upstream - keepalive - nginx - module - 0.3 \
@ -969,3 +969,53 @@ install:
clean:
rm - rf build
=== TEST 18 : - - with - debug & luajit
- - - cmd: . / configure - - with - luajit - - with - debug - - dry - run
- - - out
platform: linux ( linux )
cp - rp bundle / build/
cd build
cd LuaJIT - 2.0 .0 - beta8
make TARGET_STRIP = CCDEBUG = - g Q = PREFIX = /usr/ local /openresty/ luajit
make install TARGET_STRIP = CCDEBUG = - g Q = PREFIX = /usr/ local /openresty/ luajit DESTDIR = $ OPENRESTY_BUILD_DIR / luajit - root
export LUAJIT_LIB = '$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib'
export LUAJIT_INC = '$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.0'
cd ..
cd nginx - 1.0 .4
. /configure --prefix=/ usr /local/o penresty / nginx \
- - with - debug \
- - with - cc - opt = '-O0' \
- - add - module = .. / echo - nginx - module - 0.37 rc1 \
- - add - module = .. / xss - nginx - module - 0.03 rc3 \
- - add - module = .. / ngx_devel_kit - 0.2 .17 \
- - add - module = .. / set - misc - nginx - module - 0.22 rc1 \
- - add - module = .. / form - input - nginx - module - 0.07 rc5 \
- - add - module = .. / encrypted - session - nginx - module - 0.01 \
- - add - module = .. / ngx_lua - 0.2 .1 rc2 \
- - add - module = .. / headers - more - nginx - module - 0.15 \
- - add - module = .. / srcache - nginx - module - 0.12 \
- - add - module = .. / array - var - nginx - module - 0.03 rc1 \
- - add - module = .. / memc - nginx - module - 0.12 \
- - add - module = .. / redis2 - nginx - module - 0.07 \
- - add - module = .. / upstream - keepalive - nginx - module - 0.3 \
- - add - module = .. / auth - request - nginx - module - 0.2 \
- - add - module = .. / rds - json - nginx - module - 0.12 rc1 \
- - with - ld - opt = '-Wl,-rpath,/usr/local/openresty/luajit/lib' \
- - with - http_ssl_module
cd .. / ..
- - - makefile
. PHONY: all install clean
all:
cd build /LuaJIT-2.0.0-beta8 && $(MAKE) TARGET_STRIP= CCDEBUG=-g Q= PREFIX=/ usr /local/o penresty / luajit
cd build / nginx - 1.0 .4 && $ ( MAKE )
install:
cd build /LuaJIT-2.0.0-beta8 && $(MAKE) install TARGET_STRIP= CCDEBUG=-g Q= PREFIX=/ usr /local/o penresty / luajit DESTDIR = $ ( DESTDIR )
cd build / nginx - 1.0 .4 && $ ( MAKE ) install DESTDIR = $ ( DESTDIR )
clean:
rm - rf build