]> Dogcows Code - chaz/p5-Alien-ZMQ/blobdiff - files/zeromq-3.2.4-no-tests.patch
switch distribution to zeromq-3.2.4
[chaz/p5-Alien-ZMQ] / files / zeromq-3.2.4-no-tests.patch
diff --git a/files/zeromq-3.2.4-no-tests.patch b/files/zeromq-3.2.4-no-tests.patch
new file mode 100644 (file)
index 0000000..df6cb9e
--- /dev/null
@@ -0,0 +1,14 @@
+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
+ DIST_SUBDIRS = foreign/openpgm src doc perf tests builds/msvc
+ EXTRA_DIST = \
+       autogen.sh      \
This page took 0.019492 seconds and 4 git commands to generate.