package/squid: remove gnu atomics handling
gnu atomics has been removed since version 3.5.27:
ddd4edb743
So remove squid_cv_gnu_atomics handling
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
f2fd9e87b7
commit
c9da6746e1
@ -38,15 +38,6 @@ SQUID_CONF_OPTS = \
|
||||
--with-swapdir=/var/cache/squid/ \
|
||||
--with-default-user=squid
|
||||
|
||||
# Atomics in Squid use __sync built-ins on 4 and 8 bytes. However, the
|
||||
# configure script tests them using AC_TRY_RUN, so we have to give
|
||||
# some hints.
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_SYNC_4)$(BR2_TOOLCHAIN_HAS_SYNC_8),yy)
|
||||
SQUID_CONF_ENV += squid_cv_gnu_atomics=yes
|
||||
else
|
||||
SQUID_CONF_ENV += squid_cv_gnu_atomics=no
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBKRB5),y)
|
||||
SQUID_CONF_OPTS += --with-mit-krb5
|
||||
SQUID_DEPENDENCIES += libkrb5
|
||||
|
Loading…
Reference in New Issue
Block a user