[zeromq-dev] [PATCH] A couple of build enhancements
Mikko Koppanen
mikko.koppanen at gmail.com
Wed Nov 17 14:45:42 CET 2010
Hello,
attached are a couple of patches against master branch:
0001
MinGW32 defines __int64_t as long long, which causes the build to fail
unless -Wno-long-long is used. In addition the shutdown_stress test
isn't currently compatible with Win.
0002
After long discussions in IRC we came to conclusion that there is no
elegant way to handle static builds with MinGW32. This patch sets
AC_DISABLE_STATIC by default on MinGW32 and Cygwin
0003
This conditional is unnecessary as BUILD_PGM can be negated in the test.
0004
Couldn't find a place where these substs were actually used
0005
Allows building without documentation even if asciidoc and xmlto are
installed. This eases up working with the build system because doc
generation take quite a while on repeated builds.
--
Mikko Koppanen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-mingw32-build.patch
Type: application/octet-stream
Size: 1778 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20101117/a405fee9/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-MinGW32-build-fixes.patch
Type: application/octet-stream
Size: 3292 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20101117/a405fee9/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-Remove-unnecessary-conditional.patch
Type: application/octet-stream
Size: 1104 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20101117/a405fee9/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-Remove-unneeded-substitutions.patch
Type: application/octet-stream
Size: 1188 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20101117/a405fee9/attachment-0003.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-Allow-building-without-documentation.patch
Type: application/octet-stream
Size: 2989 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20101117/a405fee9/attachment-0004.obj>
More information about the zeromq-dev
mailing list