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.
2 parents d35e5dd + 44bcdfe commit 5395f76Copy full SHA for 5395f76
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-docs ;
29
fi
30
make -j 2
31
make install
0 commit comments