mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
zmq: Fix compilation for c++ stdlib
Compilation for the zmq lib is broken for c++ stdlib in openwrt since the patches add uclibc++ specific code. This diffs changes the patch to only include the code conditioned on if we are actually using uclibc++. Signed-off-by: Amol Bhave <amol@amolbhave.com>
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=zeromq
|
||||
PKG_VERSION:=4.1.6
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_MAINTAINER:=Dirk Chang <dirk@kooiot.com>
|
||||
PKG_LICENSE:=GPL-3.0+
|
||||
PKG_LICENSE_FILES:=LICENCE.txt
|
||||
|
||||
Reference in New Issue
Block a user