From: florian Date: Mon, 6 Aug 2007 13:24:46 +0000 (+0000) Subject: Fix the libwrap dependency for srelay (#2175) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1eabcccb9192f443032f1013aa44f7d2a9f52f76;p=packages.git Fix the libwrap dependency for srelay (#2175) git-svn-id: svn://svn.openwrt.org/openwrt/packages@8347 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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