From: Florian Fainelli Date: Mon, 6 Aug 2007 13:24:46 +0000 (+0000) Subject: Fix the libwrap dependency for srelay (#2175) X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=2eb3c10cab60480e7de216a027c0253011d1899b;p=openwrt%2Fsvn-archive%2Fpackages.git Fix the libwrap dependency for srelay (#2175) SVN-Revision: 8347 --- diff --git a/net/srelay/Makefile b/net/srelay/Makefile index 689483dd7..b3647270e 100644 --- a/net/srelay/Makefile +++ b/net/srelay/Makefile @@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/srelay SECTION:=net CATEGORY:=Network + DEPENDS:=+libwrap TITLE:=A socks 4/5 proxy server URL:=http://www.c-wind.com/srelay/ endef