projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08efb33
)
[packages] wget: add required dependency (librt)
author
hcg
<hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Aug 2012 14:12:09 +0000
(14:12 +0000)
committer
hcg
<hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Aug 2012 14:12:09 +0000
(14:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33056
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/wget/Makefile
patch
|
blob
|
history
diff --git
a/net/wget/Makefile
b/net/wget/Makefile
index
7711efc
..
3246652
100644
(file)
--- a/
net/wget/Makefile
+++ b/
net/wget/Makefile
@@
-38,7
+38,7
@@
endef
define Package/wget
$(call Package/wget/Default)
- DEPENDS+= +libopenssl
+ DEPENDS+= +libopenssl
+librt
TITLE+= (with SSL support)
VARIANT:=ssl
endef