]> Dogcows Code - chaz/p5-Alien-ZMQ/blobdiff - files/zeromq-3.2.3-no-tests.patch
switch distribution to zeromq-3.2.3; bump version
[chaz/p5-Alien-ZMQ] / files / zeromq-3.2.3-no-tests.patch
diff --git a/files/zeromq-3.2.3-no-tests.patch b/files/zeromq-3.2.3-no-tests.patch
new file mode 100644 (file)
index 0000000..b06c6fa
--- /dev/null
@@ -0,0 +1,15 @@
+This patch prevents the tests from being built. This is required for platforms
+that do not support pthreads.
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -256,8 +256,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.020045 seconds and 4 git commands to generate.