mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
squid: adjust style
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
9035aba2c1
commit
37e2e3d318
@ -10,7 +10,7 @@ SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz
|
|||||||
SQUID_SITE = http://www.squid-cache.org/Versions/v3/$(SQUID_VERSION_MAJOR)
|
SQUID_SITE = http://www.squid-cache.org/Versions/v3/$(SQUID_VERSION_MAJOR)
|
||||||
SQUID_LICENSE = GPLv2+
|
SQUID_LICENSE = GPLv2+
|
||||||
SQUID_LICENSE_FILES = COPYING
|
SQUID_LICENSE_FILES = COPYING
|
||||||
# For squid-01-assume-get-certificate-ok.patch
|
# For 0001-assume-get-certificate-ok.patch
|
||||||
SQUID_AUTORECONF = YES
|
SQUID_AUTORECONF = YES
|
||||||
SQUID_DEPENDENCIES = libcap host-libcap host-pkgconf \
|
SQUID_DEPENDENCIES = libcap host-libcap host-pkgconf \
|
||||||
$(if $(BR2_PACKAGE_LIBNETFILTER_CONNTRACK),libnetfilter_conntrack)
|
$(if $(BR2_PACKAGE_LIBNETFILTER_CONNTRACK),libnetfilter_conntrack)
|
||||||
@ -48,19 +48,19 @@ SQUID_CONF_OPTS = \
|
|||||||
# architectures, it would be provided by libatomic, but Buildroot
|
# architectures, it would be provided by libatomic, but Buildroot
|
||||||
# typically doesn't provide it.
|
# typically doesn't provide it.
|
||||||
ifeq ($(BR2_ARCH_HAS_ATOMICS)$(BR2_ARCH_IS_64),yy)
|
ifeq ($(BR2_ARCH_HAS_ATOMICS)$(BR2_ARCH_IS_64),yy)
|
||||||
SQUID_CONF_ENV += squid_cv_gnu_atomics=yes
|
SQUID_CONF_ENV += squid_cv_gnu_atomics=yes
|
||||||
else
|
else
|
||||||
SQUID_CONF_ENV += squid_cv_gnu_atomics=no
|
SQUID_CONF_ENV += squid_cv_gnu_atomics=no
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# 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)
|
||||||
SQUID_CONF_ENV += ac_cv_search_shm_open="-lrt -lpthread"
|
SQUID_CONF_ENV += ac_cv_search_shm_open="-lrt -lpthread"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||||
SQUID_CONF_OPTS += --enable-ssl
|
SQUID_CONF_OPTS += --enable-ssl
|
||||||
SQUID_DEPENDENCIES += openssl
|
SQUID_DEPENDENCIES += openssl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define SQUID_CLEANUP_TARGET
|
define SQUID_CLEANUP_TARGET
|
||||||
|
Loading…
x
Reference in New Issue
Block a user