squid: fix kerberos build failure
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 30 Oct 2012 07:21:21 +0000 (07:21 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 30 Oct 2012 19:10:31 +0000 (20:10 +0100)
The configure script tries to autodetect kerberos 5 support and seems to
fail under some circumnstances.
Just disable it since we don't have kerberos support in buildroot.
Fixes:
http://autobuild.buildroot.net/results/c9e590a1034c3869cb7391984ce8281ec4c3ef9c/build-end.log

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/squid/squid.mk

index fc58fce9bd583758ba101504ab97cb7a779b2890..1ccb2da74ee51c2cb55ac6719606497307abf334 100644 (file)
@@ -16,6 +16,7 @@ SQUID_CONF_ENV =      ac_cv_epoll_works=yes ac_cv_func_setresuid=yes \
 SQUID_CONF_OPT =       --enable-async-io=8 --enable-linux-netfilter \
                        --enable-removal-policies="lru,heap" \
                        --with-filedescriptors=1024 --disable-ident-lookups \
+                       --with-krb5-config=no \
                        --enable-auth-basic="fake getpwnam" \
                        --enable-auth-digest="file" \
                        --enable-auth-negotiate="wrapper" \