mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
zmq: update to 4.3.2
Remove upstreamed patches.
Add uClibc++ patch for those that need it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit e169e2f9c8)
This commit is contained in:
+5
-4
@@ -10,12 +10,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=zeromq
|
||||
PKG_VERSION:=4.1.7
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=4.3.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/zeromq/zeromq4-1/releases/download/v$(PKG_VERSION)
|
||||
PKG_HASH:=31c383cfcd3be1dc8a66e448c403029e793687e70473b89c4cc0bd626e7da299
|
||||
PKG_SOURCE_URL:=https://github.com/zeromq/libzmq/releases/download/v$(PKG_VERSION)
|
||||
PKG_HASH:=ebd7b5c830d6428956b67a0454a7f8cbed1de74b3b01e5c33c5378e22740f763
|
||||
|
||||
PKG_MAINTAINER:=Dirk Chang <dirk@kooiot.com>
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
@@ -61,6 +61,7 @@ endef
|
||||
CMAKE_OPTIONS += \
|
||||
-DA2X_EXECUTABLE=OFF \
|
||||
-DASCIIDOC_EXECUTABLE=OFF \
|
||||
-DBUILD_STATIC=OFF \
|
||||
-DCMAKE_SKIP_INSTALL_RPATH=ON \
|
||||
-DZMQ_HAVE_SOCK_CLOEXEC=ON \
|
||||
-DZMQ_HAVE_SO_KEEPALIVE=ON \
|
||||
|
||||
Reference in New Issue
Block a user