From f21e30abdc61f439a1764d932557fc8aa0671eca Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 28 Mar 2011 21:22:27 +0000 Subject: [PATCH] [package] squid: enable 'null' storeio module This patch enables the 'null' storeio module to be build along with the default 'ufs' module. It allows squid to optionally be used without any disk storage. Signed-off-by: Daniel Golle git-svn-id: svn://svn.openwrt.org/openwrt/packages@26339 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/squid/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/squid/Makefile b/net/squid/Makefile index 7ee3d7922..f0b279076 100644 --- a/net/squid/Makefile +++ b/net/squid/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 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:=squid PKG_VERSION:=2.7.STABLE9 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.squid-cache.org/Versions/v2/2.7/ @@ -127,6 +127,7 @@ CONFIGURE_ARGS += \ --enable-ntlm-auth-helpers="fakeauth SMB" \ --enable-digest-auth-helpers="password" \ --enable-external-acl-helpers="ip_user unix_group" \ + --enable-storeio=null,ufs \ --enable-epoll \ --with-maxfd=4096