diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:13:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:13:16 +0100 |
commit | 4e3cdd73584aed80a843c03079c888c011b46aa6 (patch) | |
tree | 47db5cdd356023005772c5df0efe4df569296cd2 /package/squid/Makefile | |
parent | a2b8ffef08ab19fc79e8f07e1ee859e2039793dd (diff) | |
parent | 71d64690550602953eea0737507cbc47999b4126 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/squid/Makefile')
-rw-r--r-- | package/squid/Makefile | 9 |
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 \ |