mirror of
https://github.com/openwrt/packages.git
synced 2025-03-14 21:37:33 +00:00
czmq: drop libpcre dependency
It seems like the libpcre dependency was added by mistake. While checking in the source code of czmq (Makefile.am, CMakeLists.txt), I see there are several dependencies, but there isn't PCRE. Fixes: 936a48a ("czmq: add new package") Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
committed by
Rosen Penev
parent
29a9a6a4a7
commit
e3ab95185c
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=czmq
|
||||
PKG_VERSION:=4.2.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/zeromq/czmq/releases/download/v$(PKG_VERSION)/
|
||||
@ -30,7 +30,7 @@ define Package/czmq
|
||||
TITLE:=CZMQ High-level C binding for ZeroMQ
|
||||
URL:=http://czmq.zeromq.org
|
||||
ABI_VERSION:=4
|
||||
DEPENDS:=+libzmq +libuuid +libpcre +libmicrohttpd +liblz4 +libcurl
|
||||
DEPENDS:=+libzmq +libuuid +libmicrohttpd +liblz4 +libcurl
|
||||
endef
|
||||
|
||||
define Package/czmq/description
|
||||
|
Reference in New Issue
Block a user