diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2012-01-11 15:33:30 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2012-01-11 15:33:30 +0000 |
| commit | 7792e648ea50cebf5968ca1733b58188c4595a99 (patch) | |
| tree | 9bf9b8570014fa219c55aaa8f69d1d5d76aa5bd5 /www/nginx-devel/files | |
| parent | - fix build when perl built with USE_PERL set to off (no symlink in /usr/bin) (diff) | |
Update third-party lua module from 0.3 to latest stable version 0.4.
Also, switched from default lua interpreter to luajit - a Lua Just-In-Time compiler
for speed-up lua module based applications (nginx's configurations).
Fix issue with %%PREFIX%% substitution for lua module.
Diffstat (limited to 'www/nginx-devel/files')
| -rw-r--r-- | www/nginx-devel/files/extra-patch-chaoslawful-lua-nginx-module::config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx-devel/files/extra-patch-chaoslawful-lua-nginx-module::config b/www/nginx-devel/files/extra-patch-chaoslawful-lua-nginx-module::config index 30cbc336e6ce..3dec4136c4df 100644 --- a/www/nginx-devel/files/extra-patch-chaoslawful-lua-nginx-module::config +++ b/www/nginx-devel/files/extra-patch-chaoslawful-lua-nginx-module::config @@ -1,5 +1,5 @@ ---- ../chaoslawful-lua-nginx-module-dd0d4d0/config.orig 2011-07-12 11:24:16.000000000 +0400 -+++ ../chaoslawful-lua-nginx-module-dd0d4d0/config 2011-07-12 11:26:45.000000000 +0400 +--- ../chaoslawful-lua-nginx-module-7bdd850/config.orig 2011-07-12 11:24:16.000000000 +0400 ++++ ../chaoslawful-lua-nginx-module-7bdd850/config 2011-07-12 11:26:45.000000000 +0400 @@ -104,12 +104,12 @@ if [ $ngx_found = no ]; then |
