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:
6aae996
)
[packages] wget: add required dependency (librt)
author
Hamish Guthrie
<hcg@openwrt.org>
Wed, 8 Aug 2012 14:12:09 +0000
(14:12 +0000)
committer
Hamish Guthrie
<hcg@openwrt.org>
Wed, 8 Aug 2012 14:12:09 +0000
(14:12 +0000)
SVN-Revision: 33056
net/wget/Makefile
patch
|
blob
|
history
diff --git
a/net/wget/Makefile
b/net/wget/Makefile
index 7711efc46079bf28b7a6cbc1b328030314bf3fd9..324665244a3d617b1d6970524cabb3acd198c215 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