From c465fdc5f83b56064a2c5f93a2e8fb5bdadbe81b Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Thu, 14 Jan 2016 00:07:53 +0100 Subject: [PATCH] squid: build-depend on libext2fs squid uses libcom_err, a static library provided by libext2fs Signed-off-by: Daniel Golle --- net/squid/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/squid/Makefile b/net/squid/Makefile index a5e43b3404..9796b46e7c 100644 --- a/net/squid/Makefile +++ b/net/squid/Makefile @@ -21,6 +21,9 @@ PKG_MD5SUM:=50016bf6e2d3a3a186a6c7236d251f63 PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 +# uses libcom_err.la +PKG_BUILD_DEP:=libext2fs + include $(INCLUDE_DIR)/package.mk define Package/squid/Default -- 2.30.2