]> Dogcows Code - chaz/p5-Alien-ZMQ/blob - files/zeromq-3.2.4-no-tests.patch
do not print Ø for the benefit of unicode-unaware terminals
[chaz/p5-Alien-ZMQ] / files / zeromq-3.2.4-no-tests.patch
1 This patch prevents the tests from being built. This is required for platforms that do not support pthreads.
2 --- a/Makefile.in
3 +++ b/Makefile.in
4 @@ -278,8 +278,8 @@
5 top_builddir = @top_builddir@
6 top_srcdir = @top_srcdir@
7 ACLOCAL_AMFLAGS = -I config
8 -@BUILD_PGM_FALSE@SUBDIRS = src doc perf tests
9 -@BUILD_PGM_TRUE@SUBDIRS = foreign/openpgm src doc perf tests
10 +@BUILD_PGM_FALSE@SUBDIRS = src doc
11 +@BUILD_PGM_TRUE@SUBDIRS = foreign/openpgm src doc
12 DIST_SUBDIRS = foreign/openpgm src doc perf tests builds/msvc
13 EXTRA_DIST = \
14 autogen.sh \
This page took 0.032335 seconds and 4 git commands to generate.