| Submitter | Gustavo Zacarias |
|---|---|
| Date | Oct. 30, 2012, 5:21 p.m. |
| Message ID | <1351617681-4585-1-git-send-email-gustavo@zacarias.com.ar> |
| Download | mbox | patch |
| Permalink | /patch/195566/ |
| State | Accepted |
| Commit | 5718787cd8627cfb73ea7ad3ec7bf6e7e2efc510 |
| Headers | show |
Comments
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> The configure script tries to autodetect kerberos 5 support and seems to
Gustavo> fail under some circumnstances.
Gustavo> Just disable it since we don't have kerberos support in buildroot.
Gustavo> Fixes:
Gustavo> http://autobuild.buildroot.net/results/c9e590a1034c3869cb7391984ce8281ec4c3ef9c/build-end.log
Committed, thanks.
Patch
diff --git a/package/squid/squid.mk b/package/squid/squid.mk index fc58fce..1ccb2da 100644 --- a/package/squid/squid.mk +++ b/package/squid/squid.mk @@ -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" \
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> --- package/squid/squid.mk | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)