Browse Source

squid: build-depend on libext2fs

squid uses libcom_err, a static library provided by libext2fs

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle 9 years ago
parent
commit
2294fc8629
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      net/squid/Makefile

+ 3
- 0
net/squid/Makefile View File

@@ -21,6 +21,9 @@ PKG_MD5SUM:=50016bf6e2d3a3a186a6c7236d251f63
21 21
 PKG_BUILD_PARALLEL:=1
22 22
 PKG_INSTALL:=1
23 23
 
24
+# uses libcom_err.la
25
+PKG_BUILD_DEP:=libext2fs
26
+
24 27
 include $(INCLUDE_DIR)/package.mk
25 28
 
26 29
 define Package/squid/Default