squid: build-depend on libext2fs 2264/head
authorDaniel Golle <daniel@makrotopia.org>
Wed, 13 Jan 2016 23:07:53 +0000 (00:07 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 13 Jan 2016 23:07:53 +0000 (00:07 +0100)
squid uses libcom_err, a static library provided by libext2fs

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
net/squid/Makefile

index a5e43b3404be50bed4586a368c726b56f47b14dc..9796b46e7c5cd41e9359e6a6d2a5b6fce2526e31 100644 (file)
@@ -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