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.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=697fdc6aeee380587d8c49739a90c13c9e1b3fd5 Fix the libwrap dependency for srelay (#2175) SVN-Revision: 8347 --- diff --git a/net/srelay/Makefile b/net/srelay/Makefile index 689483dd7d..b3647270e1 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