stream realip module added to configure.
diff --git a/debian/rules b/debian/rules
index fd8b44a..ee09a68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,6 +47,7 @@
 	--with-threads \
 	--with-stream \
 	--with-stream_ssl_module \
+	--with-stream_realip_module \
 	--with-stream_geoip_module=dynamic \
 	--with-http_slice_module \
 	--with-mail \
diff --git a/rpm/SPECS/nginx.spec b/rpm/SPECS/nginx.spec
index 167b92e..da3a658 100644
--- a/rpm/SPECS/nginx.spec
+++ b/rpm/SPECS/nginx.spec
@@ -115,6 +115,7 @@
         --with-threads \
         --with-stream \
         --with-stream_ssl_module \
+        --with-stream_realip_module \
         --with-stream_geoip_module=dynamic \
         --with-http_slice_module \
         --with-mail \