Signed-off-by: Waldemar Kozaczuk <jwkozac...@gmail.com>
---
 nginx/Makefile  | 2 +-
 nginx/module.py | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/nginx/Makefile b/nginx/Makefile
index 3ef2359..4fae78f 100644
--- a/nginx/Makefile
+++ b/nginx/Makefile
@@ -1,4 +1,4 @@
-VERSION=1.12.1
+VERSION=1.12.2
 SOURCE=http://nginx.org/download/nginx-${VERSION}.tar.gz
 CONFIGURE_MODULES=--prefix=/nginx/ --with-debug --without-http_rewrite_module 
--with-threads --with-http_stub_status_module
 
diff --git a/nginx/module.py b/nginx/module.py
index 3a126f6..6a7df37 100644
--- a/nginx/module.py
+++ b/nginx/module.py
@@ -1,3 +1,4 @@
 from osv.modules import api
 
+api.require('libz')
 default = api.run('/nginx.so -c /nginx/conf/nginx.conf')
-- 
2.7.4

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to