[packages] wget: add required dependency (librt)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33056 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hcg 2012-08-08 14:12:09 +00:00
parent 08efb33bae
commit 0e4b15341d

View File

@ -38,7 +38,7 @@ endef
define Package/wget
$(call Package/wget/Default)
DEPENDS+= +libopenssl
DEPENDS+= +libopenssl +librt
TITLE+= (with SSL support)
VARIANT:=ssl
endef