Fix the libwrap dependency for srelay (#2175)
authorFlorian Fainelli <florian@openwrt.org>
Mon, 6 Aug 2007 13:24:46 +0000 (13:24 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 6 Aug 2007 13:24:46 +0000 (13:24 +0000)
SVN-Revision: 8347

net/srelay/Makefile

index 689483dd7d11c06e57b83f7d5d19b953ed43eae9..b3647270e19a1dacf20b24b1f5ea6a6ab76c3f57 100644 (file)
@@ -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