From d710c56cb969f3b0233730de5c5bd4a3b2fd464c Mon Sep 17 00:00:00 2001 From: jow Date: Mon, 6 Feb 2012 15:01:10 +0000 Subject: [PATCH] [packages_10.03.2] nginx: disable posix_fadvice() on Backfire git-svn-id: svn://svn.openwrt.org/openwrt/branches/packages_10.03.2@30332 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/nginx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 13c3091..6b317d3 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2011 OpenWrt.org +# Copyright (C) 2009-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx PKG_VERSION:=1.0.10 -PKG_RELEASE:=1 +PKG_RELEASE:=1.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://nginx.org/download/ -- 2.11.0