summaryrefslogtreecommitdiff
path: root/package/squid/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-04 18:55:04 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-04 18:55:04 +0100
commit709e9353b40e894f7f176e68480ce5f9d46db8d5 (patch)
tree40b94291cb59e70a8faa247739f1815bdeed7f7b /package/squid/Makefile
parentd6ece55d4e8e48cc015450e167d3f6daf796a06f (diff)
update to latest upstream version, fix native build
Diffstat (limited to 'package/squid/Makefile')
-rw-r--r--package/squid/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/package/squid/Makefile b/package/squid/Makefile
index 2fce59548..392b42cdf 100644
--- a/package/squid/Makefile
+++ b/package/squid/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= squid
-PKG_VERSION:= 3.1.4
-PKG_RELEASE:= 2
-PKG_MD5SUM:= c70ef1198e6a6c1ae80bc57cd3592e36
+PKG_VERSION:= 3.1.11
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 08de963a4d0ba86c59d33af89fa46384
PKG_DESCR:= squid web and cache proxy
PKG_SECTION:= proxy
PKG_DEPENDS:= libopenssl libpthread
@@ -98,7 +98,8 @@ CONFIGURE_ENV+= ac_cv_sizeof_void_p=4 \
ac_cv_epoll_works=yes \
ac_cv_lib_nsl_main=no \
ac_cv_func_strnstr=no \
- squid_cv_pf_inet6=yes
+ squid_cv_pf_inet6=yes \
+ ac_cv_have_squid=yes
XAKE_FLAGS+= MKDIR_P="mkdir -p"
CONFIGURE_ARGS+= --datadir=/usr/share/squid \
--libexecdir=/usr/lib/squid \