mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
wget: add missing zlib dependency
Signed-off-by: Russell Senior <russell@personaltelco.net>
This commit is contained in:
+1
-2
@@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/wget/Default
|
define Package/wget/Default
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libpcre
|
DEPENDS:=+libpcre +zlib
|
||||||
SUBMENU:=File Transfer
|
SUBMENU:=File Transfer
|
||||||
TITLE:=Non-interactive network downloader
|
TITLE:=Non-interactive network downloader
|
||||||
URL:=http://www.gnu.org/software/wget/index.html
|
URL:=http://www.gnu.org/software/wget/index.html
|
||||||
@@ -55,7 +55,6 @@ endef
|
|||||||
define Package/wget-nossl
|
define Package/wget-nossl
|
||||||
$(call Package/wget/Default)
|
$(call Package/wget/Default)
|
||||||
TITLE+= (without SSL support)
|
TITLE+= (without SSL support)
|
||||||
DEPENDS+= +zlib
|
|
||||||
VARIANT:=nossl
|
VARIANT:=nossl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user