We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35e5dd commit 0646987Copy full SHA for 0646987
scripts/build_libzmq.sh
@@ -23,9 +23,9 @@ cd "${ZMQ_SRC_DIR}"
23
24
test -f configure || ./autogen.sh
25
if [ "$ZMQ" = "4.1.6" ]; then
26
- ./configure "--prefix=${ZMQ_PREFIX}" --with-relaxed --enable-static --disable-shared ;
+ ./configure "--prefix=${ZMQ_PREFIX}" --with-relaxed --enable-static --disable-shared --without-documentation ;
27
else
28
- ./configure "--prefix=${ZMQ_PREFIX}" --disable-pedantic --enable-static --disable-shared ;
+ ./configure "--prefix=${ZMQ_PREFIX}" --disable-pedantic --enable-static --disable-shared --without-documentation ;
29
fi
30
make -j 2
31
make install
0 commit comments