Changeset 21063
- Timestamp:
- 2010-04-20T23:13:33+02:00 (8 years ago)
- Location:
- packages/net/nginx
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
packages/net/nginx/Makefile
r18628 r21063 1 1 # 2 # Copyright (C) 2009 OpenWrt.org2 # Copyright (C) 2009-2010 OpenWrt.org 3 3 # 4 4 # This is free software, licensed under the GNU General Public License v2. … … 9 9 10 10 PKG_NAME:=nginx 11 PKG_VERSION:=0.7.6 411 PKG_VERSION:=0.7.65 12 12 PKG_RELEASE:=1 13 13 14 14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz 15 15 PKG_SOURCE_URL:=http://sysoev.ru/nginx/ 16 PKG_MD5SUM:= cfa97c0f784532820110b5eee57fef6d16 PKG_MD5SUM:=abc4f76af450eedeb063158bd963feaa 17 17 18 18 include $(INCLUDE_DIR)/package.mk … … 21 21 SECTION:=net 22 22 CATEGORY:=Network 23 DEPENDS:=+libpcre +libopenssl24 23 TITLE:=Nginx web server 25 24 URL:=http://nginx.net/ 25 DEPENDS:=+libpcre +libopenssl 26 26 endef 27 27 -
packages/net/nginx/patches/001-feature_test_fix
r18620 r21063 1 diff --git a/auto/cc/conf b/auto/cc/conf2 index 4823900..1e676f4 1006443 1 --- a/auto/cc/conf 4 2 +++ b/auto/cc/conf … … 23 21 24 22 25 diff --git a/auto/cc/name b/auto/cc/name26 index d197fc5..28b74b0 10064427 23 --- a/auto/cc/name 28 24 +++ b/auto/cc/name … … 46 42 fi 47 43 48 diff --git a/auto/os/linux b/auto/os/linux49 index 0bd0488..9cb0aa1 10064450 44 --- a/auto/os/linux 51 45 +++ b/auto/os/linux 52 @@ -49,7 +49,8 @@ ngx_feature_test="int efd = 0, fd = 1, n ;46 @@ -49,7 +49,8 @@ ngx_feature_test="int efd = 0, fd = 1, n 53 47 ee.data.ptr = NULL; 54 48 efd = epoll_create(100); … … 80 74 81 75 ngx_include="sys/prctl.h"; . auto/include 82 @@ -108,7 +111,8 @@ ngx_feature_incs="#include <sys/prctl.h> "76 @@ -108,7 +111,8 @@ ngx_feature_incs="#include <sys/prctl.h> 83 77 ngx_feature_path= 84 78 ngx_feature_libs= … … 90 84 91 85 # sched_setaffinity() 92 diff --git a/auto/unix b/auto/unix93 index 687a23a..23e8b78 10075594 86 --- a/auto/unix 95 87 +++ b/auto/unix -
packages/net/nginx/patches/002-sizeof_test_fix
r18620 r21063 1 diff --git a/auto/types/sizeof b/auto/types/sizeof2 index 4d65dca..2d5da3e 1006443 1 --- a/auto/types/sizeof 4 2 +++ b/auto/types/sizeof … … 18 16 } 19 17 20 @@ -38,7 +43,7 @@ eval "$ngx_test >> $NGX_AUTOCONF_ERR 2>& 1"18 @@ -38,7 +43,7 @@ eval "$ngx_test >> $NGX_AUTOCONF_ERR 2>& 21 19 22 20
Note: See TracChangeset
for help on using the changeset viewer.