[oe-commits] Roman I Khimov : squid: enable ssl support

git version control git at git.openembedded.org
Sat Mar 20 18:57:44 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 3a3fdb0e081e2a978729b759517d325886413e8e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3a3fdb0e081e2a978729b759517d325886413e8e

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

squid: enable ssl support

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

---

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

diff --git a/recipes/squid/squid.inc b/recipes/squid/squid.inc
index 9004b6f..2e8e0d3 100644
--- a/recipes/squid/squid.inc
+++ b/recipes/squid/squid.inc
@@ -1,7 +1,7 @@
 DESCRIPTION = "Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more"
 LICENSE = "GPLv2"
-INC_PR = "r4"
-DEPENDS = "squid-native-${PV}"
+INC_PR = "r5"
+DEPENDS = "squid-native-${PV} openssl"
 
 SRC_URI = "http://www.squid-cache.org/Versions/v2/${SQUID_MAJOR}/squid-${PV}.tar.bz2;name=squid-${PV} \
            file://fix_epoll_check.patch;patch=1 \
@@ -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"
+EXTRA_OECONF = "--disable-epoll --disable-nls --enable-ssl"
 
 logdir = ${localstatedir}/log/squid
 EXTRA_OEMAKE = "\





More information about the Openembedded-commits mailing list