Alien-ZMQ
view release on metacpan or search on metacpan
files/zeromq-3.2.4-no-tests.patch view on Meta::CPAN
This patch prevents the tests from being built. This is required for platforms that do not support pthreads.
--- a/Makefile.in
+++ b/Makefile.in
@@ -278,8 +278,8 @@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
ACLOCAL_AMFLAGS = -I config
-@BUILD_PGM_FALSE@SUBDIRS = src doc perf tests
-@BUILD_PGM_TRUE@SUBDIRS = foreign/openpgm src doc perf tests
+@BUILD_PGM_FALSE@SUBDIRS = src doc
+@BUILD_PGM_TRUE@SUBDIRS = foreign/openpgm src doc
( run in 0.848 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )