mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
zeromq: bump to version 4.1.5
Switch to github download URL since upstream switched. Drop upstream patch. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> [Thomas: remove duplicate _SITE variable.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
9fb327b0e0
commit
bcb8e31e0d
@ -1,30 +0,0 @@
|
|||||||
From d0b22397ebbef8e250c4cad25b8686018804aa15 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Waldemar Brodkorb <wbx@uclibc-ng.org>
|
|
||||||
Date: Sat, 4 Jun 2016 09:30:49 +0200
|
|
||||||
Subject: [PATCH] allow to build sparc (v8,leon)
|
|
||||||
|
|
||||||
Only set sparcv9 optimization for sparc64 systems.
|
|
||||||
This allows to run for example application using zeromq
|
|
||||||
on sparc32 systems.
|
|
||||||
|
|
||||||
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
|
|
||||||
---
|
|
||||||
configure.ac | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index af8293c..cabd734 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -291,7 +291,7 @@ fi
|
|
||||||
|
|
||||||
# CPU-specific optimizations
|
|
||||||
case "${host_cpu}" in
|
|
||||||
- *sparc*)
|
|
||||||
+ *sparc64*)
|
|
||||||
AC_LANG_PUSH([C++])
|
|
||||||
LIBZMQ_CHECK_LANG_FLAG_PREPEND([-mcpu=v9])
|
|
||||||
AC_LANG_POP([C++])
|
|
||||||
--
|
|
||||||
2.7.4 (Apple Git-66)
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
# From http://download.zeromq.org/SHA1SUMS:
|
# From https://github.com/zeromq/zeromq4-1/releases
|
||||||
sha1 b632a4b6f8a14390dc17824e37ff7b10831ce2b4 zeromq-4.1.4.tar.gz
|
sha1 2b7490b77860be3060b1b1f92cd73184d309ca69 zeromq-4.1.5.tar.gz
|
||||||
# Calculated based on the hash above
|
# Calculated based on the hash above
|
||||||
sha256 e99f44fde25c2e4cb84ce440f87ca7d3fe3271c2b8cfbc67d55e4de25e6fe378 zeromq-4.1.4.tar.gz
|
sha256 04aac57f081ffa3a2ee5ed04887be9e205df3a7ddade0027460b8042432bdbcf zeromq-4.1.5.tar.gz
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
ZEROMQ_VERSION = 4.1.4
|
ZEROMQ_VERSION = 4.1.5
|
||||||
ZEROMQ_SITE = http://download.zeromq.org
|
ZEROMQ_SITE = https://github.com/zeromq/zeromq4-1/releases/download/v$(ZEROMQ_VERSION)
|
||||||
ZEROMQ_INSTALL_STAGING = YES
|
ZEROMQ_INSTALL_STAGING = YES
|
||||||
ZEROMQ_DEPENDENCIES = util-linux
|
ZEROMQ_DEPENDENCIES = util-linux
|
||||||
ZEROMQ_LICENSE = LGPLv3+ with exceptions
|
ZEROMQ_LICENSE = LGPLv3+ with exceptions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user