diff options
author | Asaf Kahlon <asafka7@gmail.com> | 2018-04-07 10:29:09 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-07 13:43:47 +0200 |
commit | d3a8177e175e035ca3b19dca7868859f7cb238a1 (patch) | |
tree | dd6cae98a6ce741e7b6a2b8749c08833553404af /package/zeromq/0002-libzmq-Fix-pkg-config-files-for-static-linking.patch | |
parent | bd90def0ded4b71dbc40b78b8b4dacba32687885 (diff) | |
download | buildroot-d3a8177e175e035ca3b19dca7868859f7cb238a1.tar.gz buildroot-d3a8177e175e035ca3b19dca7868859f7cb238a1.zip |
zeromq: bump to version 4.2.5
Update the ZEROMQ_SITE with the active repository.
Remove the two patches because they were both applied on zeromq.
As a result, the ZEROMQ_AUTORECONF was removed.
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/zeromq/0002-libzmq-Fix-pkg-config-files-for-static-linking.patch')
-rw-r--r-- | package/zeromq/0002-libzmq-Fix-pkg-config-files-for-static-linking.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/package/zeromq/0002-libzmq-Fix-pkg-config-files-for-static-linking.patch b/package/zeromq/0002-libzmq-Fix-pkg-config-files-for-static-linking.patch deleted file mode 100644 index 11acec26ae..0000000000 --- a/package/zeromq/0002-libzmq-Fix-pkg-config-files-for-static-linking.patch +++ /dev/null @@ -1,29 +0,0 @@ -From e89577d30c278fba0f9e40266ceb6fb2821907d5 Mon Sep 17 00:00:00 2001 -From: Peter Korsgaard <peter@korsgaard.com> -Date: Wed, 13 May 2015 08:01:34 +0200 -Subject: [PATCH] libzmq: Fix pkg-config files for static linking - -Libzmq uses C++ standard library features, so users of it should link -against that as well when statically linking. - -Add it to Libs.private so users using pkg-config automatically gets the -correct linker flags. - -Signed-off-by: Peter Korsgaard <peter@korsgaard.com> ---- - src/libzmq.pc.in | 1 + - 1 file changed, 1 insertions(+) - -diff --git a/src/libzmq.pc.in b/src/libzmq.pc.in -index ba155a3..52a39f7 100644 ---- a/src/libzmq.pc.in -+++ b/src/libzmq.pc.in -@@ -7,4 +7,5 @@ Name: libzmq - Description: 0MQ c++ library - Version: @VERSION@ - Libs: -L${libdir} -lzmq -+Libs.private: -lstdc++ - Cflags: -I${includedir} --- -2.1.4 - |