diff options
| author | Vladimir Homutov <vl@nginx.com> | 2016-07-12 17:34:43 +0300 |
|---|---|---|
| committer | Vladimir Homutov <vl@nginx.com> | 2016-07-12 17:34:43 +0300 |
| commit | 4cf0e2848372b7566f49a9cb4b8dcf9dbad43597 (patch) | |
| tree | 278fcb6ac9f24df8e36c1fa9cef6d5b1f8343176 /auto/modules | |
| parent | e1308338a9b93222ae17b778a3fa4df21601cfb8 (diff) | |
| download | nginx-4cf0e2848372b7566f49a9cb4b8dcf9dbad43597.tar.gz nginx-4cf0e2848372b7566f49a9cb4b8dcf9dbad43597.tar.bz2 | |
Stream: geoip module.
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules index f332b315d..3312de9a5 100644 --- a/auto/modules +++ b/auto/modules @@ -1024,6 +1024,16 @@ if [ $STREAM != NO ]; then . auto/module fi + if [ $STREAM_GEOIP != NO ]; then + ngx_module_name=ngx_stream_geoip_module + ngx_module_deps= + ngx_module_srcs=src/stream/ngx_stream_geoip_module.c + ngx_module_libs=GEOIP + ngx_module_link=$STREAM_GEOIP + + . auto/module + fi + if [ $STREAM_MAP = YES ]; then ngx_module_name=ngx_stream_map_module ngx_module_deps= |
