Update Buildroot to 2019.02.3 (#415)
* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
This commit is contained in:
@@ -39,13 +39,8 @@ 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
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
|
||||
SQUID_CONF_ENV += LIBS=-latomic
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBKRB5),y)
|
||||
|
||||
Reference in New Issue
Block a user