diff options
| author | Guillaume GARDET <guillaume.gardet@oliseo.fr> | 2014-11-18 15:54:45 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-11-23 22:18:29 +0100 |
| commit | 70f8b1d5d81e9fa68a62891f1daf4e1c3561b1eb (patch) | |
| tree | 30e8d2d1b9f04da6dbc07da8dc756feca7720128 | |
| parent | d29eb641d3e50e734496ddb2db4aed4e7d63cfbd (diff) | |
| download | buildroot-70f8b1d5d81e9fa68a62891f1daf4e1c3561b1eb.tar.gz buildroot-70f8b1d5d81e9fa68a62891f1daf4e1c3561b1eb.zip | |
package/squid: enable ICAP client support in squid
Signed-off-by: Guillaume GARDET <guillaume.gardet@oliseo.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/squid/squid.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/squid/squid.mk b/package/squid/squid.mk index ed51881d21..306b2a361b 100644 --- a/package/squid/squid.mk +++ b/package/squid/squid.mk @@ -29,7 +29,8 @@ SQUID_CONF_OPTS = --enable-async-io=8 --enable-linux-netfilter \ --enable-external-acl-helpers="file_userip" \ --with-logdir=/var/log/squid/ \ --with-pidfile=/var/run/squid.pid \ - --with-swapdir=/var/cache/squid/ + --with-swapdir=/var/cache/squid/ \ + --enable-icap-client # On uClibc librt needs libpthread ifeq ($(BR2_TOOLCHAIN_HAS_THREADS)$(BR2_TOOLCHAIN_USES_UCLIBC),yy) |

