summaryrefslogtreecommitdiffstats
path: root/external_libs
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-11-02 14:22:13 +0200
committerHanoh Haim <hhaim@cisco.com>2016-11-02 14:22:39 +0200
commit79477ede9f598e25629a7da648140e36274fdd5e (patch)
tree64e19dfebe0309b00ec752c3e8ed279fbd851901 /external_libs
parent5ab7411f67636afc407701d4cf87a5060e5b8aa9 (diff)
build zmq without pthread_affinity
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
Diffstat (limited to 'external_libs')
-rw-r--r--external_libs/zmq/how_to_build.txt6
-rw-r--r--external_libs/zmq/libzmq.abin7932556 -> 7929396 bytes
-rw-r--r--external_libs/zmq/libzmq.sobin3150071 -> 3148890 bytes
-rw-r--r--external_libs/zmq/libzmq.so.3bin3150071 -> 3148890 bytes
-rw-r--r--external_libs/zmq/libzmq.so.3.1.0bin3150071 -> 3148890 bytes
5 files changed, 6 insertions, 0 deletions
diff --git a/external_libs/zmq/how_to_build.txt b/external_libs/zmq/how_to_build.txt
new file mode 100644
index 00000000..82d61071
--- /dev/null
+++ b/external_libs/zmq/how_to_build.txt
@@ -0,0 +1,6 @@
+- download version 4.0.3
+- cd src
+- make
+- copy the so files to this folder
+
+
diff --git a/external_libs/zmq/libzmq.a b/external_libs/zmq/libzmq.a
index 8c994993..2facbbcf 100644
--- a/external_libs/zmq/libzmq.a
+++ b/external_libs/zmq/libzmq.a
Binary files differ
diff --git a/external_libs/zmq/libzmq.so b/external_libs/zmq/libzmq.so
index 16980c27..a6aaff15 100644
--- a/external_libs/zmq/libzmq.so
+++ b/external_libs/zmq/libzmq.so
Binary files differ
diff --git a/external_libs/zmq/libzmq.so.3 b/external_libs/zmq/libzmq.so.3
index 16980c27..a6aaff15 100644
--- a/external_libs/zmq/libzmq.so.3
+++ b/external_libs/zmq/libzmq.so.3
Binary files differ
diff --git a/external_libs/zmq/libzmq.so.3.1.0 b/external_libs/zmq/libzmq.so.3.1.0
index 16980c27..a6aaff15 100644
--- a/external_libs/zmq/libzmq.so.3.1.0
+++ b/external_libs/zmq/libzmq.so.3.1.0
Binary files differ