diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-12-22 08:02:25 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-22 12:09:24 +0100 |
| commit | 59544198ab2e666c8b7e6b7ded703e2a16b64b59 (patch) | |
| tree | 63554421ebe492c6eddad49a4e35db8378d99bb7 | |
| parent | 3bbaee01d627f408ba69a8d3febf6db5261e6a57 (diff) | |
| download | buildroot-59544198ab2e666c8b7e6b7ded703e2a16b64b59.tar.gz buildroot-59544198ab2e666c8b7e6b7ded703e2a16b64b59.zip | |
squid: drop session external acl helper, use file_userip
The session external acl helper needs berkeleydb, switch to the basic
file_userip one which was my original intention (renamed from ip_user in
the 3.3.x series). Fixes:
http://autobuild.buildroot.net/results/635/6359137cde3b293d46df732836b8966d30f23cbc/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | package/squid/squid.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/squid/squid.mk b/package/squid/squid.mk index 1a22cbcd05..0b303ddb6b 100644 --- a/package/squid/squid.mk +++ b/package/squid/squid.mk @@ -25,7 +25,7 @@ SQUID_CONF_OPT = --enable-async-io=8 --enable-linux-netfilter \ --enable-auth-negotiate="wrapper" \ --enable-auth-ntlm="fake" \ --disable-strict-error-checking \ - --enable-external-acl-helpers="session" + --enable-external-acl-helpers="file_userip" # On uClibc librt needs libpthread ifeq ($(BR2_TOOLCHAIN_HAS_THREADS)$(BR2_TOOLCHAIN_USES_UCLIBC),yy) |

