Skip to content
Snippets Groups Projects
Verified Commit 300c440c authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

Revert "wget: Fix dependencies"

This reverts commit 21cee9a4.

Not needed anymore as upstream fixed it
parent 6c2d7563
No related branches found
No related tags found
No related merge requests found
From fe8503a19b505076f163b4349d1d70b6ef2203c3 Mon Sep 17 00:00:00 2001
From: Michal Hrusecky <Michal@Hrusecky.net>
Date: Mon, 3 Dec 2018 20:14:02 +0100
Subject: [PATCH] wget: Fix dependency
wget depends on linpcre2 and not libpcre
Signed-off-by: Michal Hrusecky <Michal@Hrusecky.net>
---
net/wget/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/wget/Makefile b/net/wget/Makefile
index d9a4906..1c86034 100644
--- a/net/wget/Makefile
+++ b/net/wget/Makefile
@@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/wget/Default
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+libpcre +zlib
+ DEPENDS:=+libpcre2 +zlib
SUBMENU:=File Transfer
TITLE:=Non-interactive network downloader
URL:=https://www.gnu.org/software/wget/index.html
--
2.19.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment