[packages] wget: add required dependency (librt)
authorHamish Guthrie <hcg@openwrt.org>
Wed, 8 Aug 2012 14:12:09 +0000 (14:12 +0000)
committerHamish Guthrie <hcg@openwrt.org>
Wed, 8 Aug 2012 14:12:09 +0000 (14:12 +0000)
SVN-Revision: 33056

net/wget/Makefile

index 7711efc46079bf28b7a6cbc1b328030314bf3fd9..324665244a3d617b1d6970524cabb3acd198c215 100644 (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