summaryrefslogtreecommitdiffstats
path: root/package/squid/squid.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/squid/squid.mk')
-rw-r--r--package/squid/squid.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/squid/squid.mk b/package/squid/squid.mk
index 4dd14042e..e3daa3200 100644
--- a/package/squid/squid.mk
+++ b/package/squid/squid.mk
@@ -26,7 +26,7 @@ SQUID_CONF_OPT = --enable-async-io=8 --enable-linux-netfilter \
--enable-external-acl-helpers="ip_user"
# On uClibc librt needs libpthread
-ifeq ($(BR2_TOOLCHAIN_HAS_THREADS)$(BR2_TOOLCHAIN_BUILDROOT)$(BR2_TOOLCHAIN_EXTERNAL_UCLIBC)$(BR2_TOOLCHAIN_CTNG_uClibc),yy)
+ifeq ($(BR2_TOOLCHAIN_HAS_THREADS)$(BR2_TOOLCHAIN_USES_UCLIBC),yy)
SQUID_CONF_ENV += ac_cv_search_shm_open="-lrt -lpthread"
endif