From c7f878d2ae31230a013c2e2b10ce26338d240c5c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 27 Jun 2017 21:06:30 +0200 Subject: [PATCH] squid: uClibc workaround no longer required As all librt and libpthread functions are integrated into libc for a while, workaround no longer required. Signed-off-by: Waldemar Brodkorb Reviewed-by: Arnout Vandecappelle (Essensium/Mind) Acked-by: Baruch Siach Signed-off-by: Thomas Petazzoni --- package/squid/squid.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package/squid/squid.mk b/package/squid/squid.mk index 976ce6d85b..bcb3744dee 100644 --- a/package/squid/squid.mk +++ b/package/squid/squid.mk @@ -50,11 +50,6 @@ else SQUID_CONF_ENV += squid_cv_gnu_atomics=no endif -# On uClibc librt needs libpthread -ifeq ($(BR2_TOOLCHAIN_HAS_THREADS)$(BR2_TOOLCHAIN_USES_UCLIBC),yy) -SQUID_CONF_ENV += ac_cv_search_shm_open="-lrt -lpthread" -endif - ifeq ($(BR2_PACKAGE_OPENSSL),y) SQUID_CONF_OPTS += --with-openssl SQUID_DEPENDENCIES += openssl