projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f87bc04
)
[packages] transocks: add missing dependency on libsocks
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 28 Feb 2011 00:17:45 +0000
(
00:17
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 28 Feb 2011 00:17:45 +0000
(
00:17
+0000)
SVN-Revision: 25782
net/transocks/Makefile
patch
|
blob
|
history
diff --git
a/net/transocks/Makefile
b/net/transocks/Makefile
index ba0bde48b71cbb5f646803752bb1221b66006cd3..9caa939b2da4fc47a25a2a61db26d11bd69a281a 100644
(file)
--- a/
net/transocks/Makefile
+++ b/
net/transocks/Makefile
@@
-34,7
+34,7
@@
define Package/transocks
SECTION:=net
CATEGORY:=Network
TITLE:=Transparent SOCKSifying proxy
- DEPENDS:=+USE_UCLIBC:librpc
+ DEPENDS:=+
libsocks +
USE_UCLIBC:librpc
endef
define Package/transocks/install