mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/squid: define the log directory, pidfile and swapdir
Signed-off-by: Guillaume GARDET <guillaume.gardet@oliseo.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
f898daf3a1
commit
d29eb641d3
@ -26,7 +26,10 @@ SQUID_CONF_OPTS = --enable-async-io=8 --enable-linux-netfilter \
|
|||||||
--enable-auth-negotiate="wrapper" \
|
--enable-auth-negotiate="wrapper" \
|
||||||
--enable-auth-ntlm="fake" \
|
--enable-auth-ntlm="fake" \
|
||||||
--disable-strict-error-checking \
|
--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
|
# On uClibc librt needs libpthread
|
||||||
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS)$(BR2_TOOLCHAIN_USES_UCLIBC),yy)
|
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS)$(BR2_TOOLCHAIN_USES_UCLIBC),yy)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user