aboutsummaryrefslogtreecommitdiff
path: root/net/squid/Makefile
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2016-01-14 00:07:53 +0100
committerDaniel Golle <daniel@makrotopia.org>2016-01-14 00:07:53 +0100
commit2294fc862942434e08413f5a8b881230516efe6c (patch)
tree860be9f966a5631c4b3fc8b58cdf2bd0e5c2872e /net/squid/Makefile
parentfd88a6d92fbf7bd89e150b5d2b50075ce7346309 (diff)
squid: build-depend on libext2fs
squid uses libcom_err, a static library provided by libext2fs Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'net/squid/Makefile')
-rw-r--r--net/squid/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/squid/Makefile b/net/squid/Makefile
index a5e43b340..9796b46e7 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