mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
squid: fix kerberos build failure
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>
This commit is contained in:
parent
75b9e7f099
commit
5718787cd8
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user