Skip to content

Commit 5395f76

Browse files
authored
Merge pull request #134 from n-riesco/build-without-documentation
Build libzmq without documentation
2 parents d35e5dd + 44bcdfe commit 5395f76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_libzmq.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ cd "${ZMQ_SRC_DIR}"
2323

2424
test -f configure || ./autogen.sh
2525
if [ "$ZMQ" = "4.1.6" ]; then
26-
./configure "--prefix=${ZMQ_PREFIX}" --with-relaxed --enable-static --disable-shared ;
26+
./configure "--prefix=${ZMQ_PREFIX}" --with-relaxed --enable-static --disable-shared --without-documentation ;
2727
else
28-
./configure "--prefix=${ZMQ_PREFIX}" --disable-pedantic --enable-static --disable-shared ;
28+
./configure "--prefix=${ZMQ_PREFIX}" --disable-pedantic --enable-static --disable-shared --without-docs ;
2929
fi
3030
make -j 2
3131
make install

0 commit comments

Comments
 (0)