Commit d29eb641 authored by Guillaume GARDET's avatar Guillaume GARDET Committed by Thomas Petazzoni
Browse files

package/squid: define the log directory, pidfile and swapdir

parent f898daf3
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -26,7 +26,10 @@ SQUID_CONF_OPTS = --enable-async-io=8 --enable-linux-netfilter \
			--enable-auth-negotiate="wrapper" \
			--enable-auth-ntlm="fake" \
			--disable-strict-error-checking \
			--enable-external-acl-helpers="file_userip"
			--enable-external-acl-helpers="file_userip" \
			--with-logdir=/var/log/squid/ \
			--with-pidfile=/var/run/squid.pid \
			--with-swapdir=/var/cache/squid/

# On uClibc librt needs libpthread
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS)$(BR2_TOOLCHAIN_USES_UCLIBC),yy)