diff options
Diffstat (limited to 'package/nginx/Makefile')
-rw-r--r-- | package/nginx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/nginx/Makefile b/package/nginx/Makefile index 5e80b98fa..bc4c08a47 100644 --- a/package/nginx/Makefile +++ b/package/nginx/Makefile @@ -10,7 +10,8 @@ PKG_HASH:= 23cca1239990c818d8f6da118320c4979aadf5386deda691b1b7c2c96b9df3d5 PKG_DESCR:= powerful http reverse proxy and webserver PKG_SECTION:= net/http PKG_BUILDDEP:= pcre zlib -PKG_DEPENDS:= libpcre libpthread zlib +PKG_DEPENDS:= libpcre zlib +PKG_NEEDS:= threads PKG_URL:= http://nginx.org/ PKG_SITES:= http://nginx.org/download/ |