[oe-commits] Roman I Khimov : squid: enable null store for non-caching proxies

git version control git at git.openembedded.org
Sat Mar 20 15:04:57 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 01042f7890279f41782614dfc06d03a3453bcdbc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=01042f7890279f41782614dfc06d03a3453bcdbc

Author: Roman I Khimov <khimov at altell.ru>
Date:   Fri Mar 19 14:09:43 2010 +0300

squid: enable null store for non-caching proxies

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/squid/squid.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/squid/squid.inc b/recipes/squid/squid.inc
index 2e8e0d3..bec06f8 100644
--- a/recipes/squid/squid.inc
+++ b/recipes/squid/squid.inc
@@ -1,6 +1,6 @@
 DESCRIPTION = "Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more"
 LICENSE = "GPLv2"
-INC_PR = "r5"
+INC_PR = "r6"
 DEPENDS = "squid-native-${PV} openssl"
 
 SRC_URI = "http://www.squid-cache.org/Versions/v2/${SQUID_MAJOR}/squid-${PV}.tar.bz2;name=squid-${PV} \
@@ -11,7 +11,7 @@ SRC_URI = "http://www.squid-cache.org/Versions/v2/${SQUID_MAJOR}/squid-${PV}.tar
 
 inherit autotools update-rc.d
 
-EXTRA_OECONF = "--disable-epoll --disable-nls --enable-ssl"
+EXTRA_OECONF = "--disable-epoll --disable-nls --enable-ssl --enable-storeio=null,ufs"
 
 logdir = ${localstatedir}/log/squid
 EXTRA_OEMAKE = "\





More information about the Openembedded-commits mailing list