mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
package/czmq: bump to version 4.2.0
Modified patch to fit the new version. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
0e77e873ab
commit
d76942949d
@ -8,23 +8,25 @@ newer versions of the compiler or the C library, when new warnings
|
|||||||
are introduced.
|
are introduced.
|
||||||
|
|
||||||
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||||
|
[Asaf: Modified for version 4.2.0]
|
||||||
|
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
|
||||||
---
|
---
|
||||||
configure.ac | 2 +-
|
configure.ac | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
diff --git a/configure.ac b/configure.ac
|
||||||
index e92970a..2fd551a 100755
|
index 6868a99b..9a941545 100644
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -344,7 +344,7 @@ AC_C_BIGENDIAN
|
@@ -952,7 +952,7 @@ AS_IF([test "x$enable_Werror" = "xyes" || test "x$enable_Werror" = "xauto"],
|
||||||
|
])])
|
||||||
# These options are GNU compiler specific.
|
AS_IF([test -n "$CPP"],[AS_IF([$CPP --version 2>&1 | grep 'Free Software Foundation' > /dev/null && test "x$GCC" = "xyes"],
|
||||||
if test "x$GCC" = "xyes"; then
|
[AC_MSG_NOTICE([Enabling pedantic errors for GNU CPP preprocessor])
|
||||||
- CPPFLAGS="-pedantic -Werror -Wall -Wc++-compat ${CPPFLAGS}"
|
- CPPFLAGS="$CPPFLAGS -pedantic -Werror -Wall -Wc++-compat"
|
||||||
+ CPPFLAGS="-pedantic -Wall -Wc++-compat ${CPPFLAGS}"
|
+ CPPFLAGS="$CPPFLAGS -pedantic -Wall -Wc++-compat"
|
||||||
fi
|
],
|
||||||
|
[AC_MSG_NOTICE([Not enabling pedantic errors: preprocessor not supported by this recipe (not GNU CPP)])
|
||||||
AM_CONDITIONAL(ENABLE_SHARED, test "x$enable_shared" = "xyes")
|
AS_IF([test "x$enable_Werror" = "xyes"], [AC_MSG_ERROR([--enable-Werror=yes was requested and can not be satisfied for CPP: $CPP])])
|
||||||
--
|
--
|
||||||
2.7.4
|
2.19.1
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# From https://github.com/zeromq/czmq/releases
|
# From https://github.com/zeromq/czmq/releases
|
||||||
md5 6d3a6fdd25c2bb29897c53670dce97bf czmq-4.1.1.tar.gz
|
md5 7e09997db6ac3b25e8ed104053040722 czmq-4.2.0.tar.gz
|
||||||
sha1 629d34e8b5c1f2dd88689350f71f9917a8d76f23 czmq-4.1.1.tar.gz
|
sha1 42165b3eede517708814e5a1b6972d8bde417f7a czmq-4.2.0.tar.gz
|
||||||
# Locally calculated
|
# Locally calculated
|
||||||
sha256 f00ff419881dc2a05d0686c8467cd89b4882677fc56f31c0e2cc81c134cbb0c0 czmq-4.1.1.tar.gz
|
sha256 cfab29c2b3cc8a845749758a51e1dd5f5160c1ef57e2a41ea96e4c2dcc8feceb czmq-4.2.0.tar.gz
|
||||||
sha256 1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5 LICENCE
|
sha256 1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5 LICENCE
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
CZMQ_VERSION = 4.1.1
|
CZMQ_VERSION = 4.2.0
|
||||||
CZMQ_SITE = https://github.com/zeromq/czmq/releases/download/v$(CZMQ_VERSION)
|
CZMQ_SITE = https://github.com/zeromq/czmq/releases/download/v$(CZMQ_VERSION)
|
||||||
|
|
||||||
# 0001-configure.ac-remove-Werror.patch touches configure.ac
|
# 0001-configure.ac-remove-Werror.patch touches configure.ac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user