mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
zmq: update to trunk version
Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
+8
-2
@@ -10,8 +10,8 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=zeromq
|
||||
PKG_VERSION:=4.0.5
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=4.1.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_MAINTAINER:=Dirk Chang <dirk@kooiot.com>
|
||||
PKG_LICENSE:=GPL-3.0+
|
||||
PKG_LICENSE_FILES:=LICENCE.txt
|
||||
@@ -58,6 +58,12 @@ CONFIGURE_ARGS += \
|
||||
--enable-static \
|
||||
--enable-shared
|
||||
|
||||
ifneq ($(CONFIG_PACKAGE_libsodium),)
|
||||
CONFIGURE_ARGS+= --with-libsodium
|
||||
else
|
||||
CONFIGURE_ARGS+= --without-libsodium
|
||||
endif
|
||||
|
||||
# add make variable overrides here
|
||||
MAKE_FLAGS +=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user