projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fad1423
)
Fix the libwrap dependency for srelay (#2175)
author
Florian Fainelli
<florian@openwrt.org>
Mon, 6 Aug 2007 13:24:46 +0000
(13:24 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 6 Aug 2007 13:24:46 +0000
(13:24 +0000)
SVN-Revision: 8347
net/srelay/Makefile
patch
|
blob
|
history
diff --git
a/net/srelay/Makefile
b/net/srelay/Makefile
index 689483dd7d11c06e57b83f7d5d19b953ed43eae9..b3647270e19a1dacf20b24b1f5ea6a6ab76c3f57 100644
(file)
--- 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