diff --git a/configure b/configure index 346d9804..b034f570 100755 --- a/configure +++ b/configure @@ -138,7 +138,7 @@ ezfio = Info( default_path=join(QP_ROOT_INSTALL, "EZFIO")) zeromq = Info( - url='https://github.com/zeromq/zeromq4-1/releases/download/v4.1.5/zeromq-4.1.5.tar.gz', + url='https://github.com/zeromq/libzmq/archive/v4.2.5.tar.gz' description=' ZeroMQ', default_path=join(QP_ROOT_LIB, "libzmq.a")) diff --git a/install/scripts/install_zeromq.sh b/install/scripts/install_zeromq.sh index f6596f9c..cd834672 100755 --- a/install/scripts/install_zeromq.sh +++ b/install/scripts/install_zeromq.sh @@ -11,7 +11,8 @@ function _install() set -u ORIG=$(pwd) cd "${BUILD}" - ./configure --prefix=$QP_ROOT --without-libsodium || exit 1 + ./autogen.sh + ./configure --prefix=$QP_ROOT --without-libsodium --disable-libunwind || exit 1 make -j 8 || exit 1 make install || exit 1 cd ${ORIG} diff --git a/plugins/shiftedbk/NEEDED_CHILDREN_MODULES b/plugins/shiftedbk/NEEDED_CHILDREN_MODULES index 0a06e986..4f09bfc8 100644 --- a/plugins/shiftedbk/NEEDED_CHILDREN_MODULES +++ b/plugins/shiftedbk/NEEDED_CHILDREN_MODULES @@ -1 +1 @@ -dress_zmq DavidsonDressed Selectors_full Generators_CAS +dress_zmq DavidsonDressed Selectors_full Generators_full