diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2012-01-12 08:24:10 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2012-01-12 08:24:10 +0000 |
| commit | b8870f695d19e6770ef7708e21c7517a8a09d451 (patch) | |
| tree | 80f0c62b1ff32580b96e66cfff0b4f4e086c9ee9 /www/nginx-devel/files | |
| parent | - Update to 1.51.00 (diff) | |
Add 4 third-party modules:
o) arrayvar, add support for array variables to nginx config files;
o) encrypted-session, for encrypt and decrypt nginx variable values;
o) form-input, reads HTTP POST and PUT request body encoded in
"application/x-www-form-urlencoded", and parse the arguments in
request body into nginx variables;
o) iconv, to convert characters of different encoding (by libiconv).
Diffstat (limited to 'www/nginx-devel/files')
| -rw-r--r-- | www/nginx-devel/files/extra-patch-calio-iconv-nginx-module::config | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/nginx-devel/files/extra-patch-calio-iconv-nginx-module::config b/www/nginx-devel/files/extra-patch-calio-iconv-nginx-module::config new file mode 100644 index 000000000000..e3f803fdbc10 --- /dev/null +++ b/www/nginx-devel/files/extra-patch-calio-iconv-nginx-module::config @@ -0,0 +1,19 @@ +--- ../calio-iconv-nginx-module-4e71946/config.orig 2012-01-12 12:01:07.000000000 +0400 ++++ ../calio-iconv-nginx-module-4e71946/config 2011-10-11 03:30:35.000000000 +0400 +@@ -39,12 +39,12 @@ + fi + + if [ $ngx_found = no ]; then +- ngx_feature="libiconv in /usr/local/" +- ngx_feature_path="/usr/local/include" ++ ngx_feature="libiconv in %%PREFIX%%/" ++ ngx_feature_path="%%PREFIX%%/include" + if [ $NGX_RPATH = YES ]; then +- ngx_feature_libs="-R/usr/local/lib -L/usr/local/lib -liconv" ++ ngx_feature_libs="-R%%PREFIX%%/lib -L%%PREFIX%%/lib -liconv" + else +- ngx_feature_libs="-L/usr/local/lib -liconv" ++ ngx_feature_libs="-L%%PREFIX%%/lib -liconv" + fi + . auto/feature + fi |
