Skip to content

Commit 3444344

Browse files
committed
up prime_server version for robust kvp parsing. lock zmq version
1 parent eff0cbb commit 3444344

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

conf

Submodule conf updated from 3f399f3 to acea525

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ AX_BOOST_THREAD
4040
AX_BOOST_FILESYSTEM
4141

4242
# check pkg-config dependencies
43-
PKG_CHECK_MODULES([DEPS], [protobuf >= 2.4.0 libzmq >= 4.0 libprime_server >= 0.1.1])
43+
PKG_CHECK_MODULES([DEPS], [protobuf >= 2.4.0 libzmq >= 4.0 libprime_server >= 0.1.2])
4444

4545
# optionally enable coverage information
4646
CHECK_COVERAGE

scripts/install_service_deps.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ set -e
33

44
# grab the latest zmq library:
55
rm -rf libzmq
6-
git clone --depth=1 --recurse-submodules --single-branch --branch=master https://github.com/zeromq/libzmq.git
6+
git clone --recurse-submodules --single-branch --branch=master https://github.com/zeromq/libzmq.git
77
pushd libzmq
8+
git checkout b3f2acf7d625daef65d37ffa00dfed753cf2387b
89
./autogen.sh
910
./configure --without-libsodium --without-documentation
1011
make -j4

0 commit comments

Comments
 (0)