* [Buildroot] [PATCH 1/1] zeromq: disable test_fork
@ 2014-04-22 18:42 Jerzy Grzegorek
2014-04-22 21:37 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Jerzy Grzegorek @ 2014-04-22 18:42 UTC (permalink / raw)
To: buildroot
Fixes:
http://autobuild.buildroot.net/results/439/439df2ad4482d08f295dbc40b2e88bf9167a7794/
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
package/zeromq/zeromq-01-disable-test_fork.patch | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 package/zeromq/zeromq-01-disable-test_fork.patch
diff --git a/package/zeromq/zeromq-01-disable-test_fork.patch b/package/zeromq/zeromq-01-disable-test_fork.patch
new file mode 100644
index 0000000..48a76ab
--- /dev/null
+++ b/package/zeromq/zeromq-01-disable-test_fork.patch
@@ -0,0 +1,22 @@
+Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
+
+--- a/tests/Makefile.am 2014-04-18 15:24:35.000000000 +0200
++++ b/tests/Makefile.am 2014-04-22 11:31:08.000000000 +0200
+@@ -46,8 +46,7 @@ if !ON_MINGW
+ noinst_PROGRAMS += test_shutdown_stress \
+ test_pair_ipc \
+ test_reqrep_ipc \
+- test_timeo \
+- test_fork
++ test_timeo
+ endif
+
+ test_system_SOURCES = test_system.cpp
+@@ -93,7 +92,6 @@ test_shutdown_stress_SOURCES = test_shut
+ test_pair_ipc_SOURCES = test_pair_ipc.cpp testutil.hpp
+ test_reqrep_ipc_SOURCES = test_reqrep_ipc.cpp testutil.hpp
+ test_timeo_SOURCES = test_timeo.cpp
+-test_fork_SOURCES = test_fork.cpp
+ endif
+
+ # Run the test cases
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] zeromq: disable test_fork
2014-04-22 18:42 [Buildroot] [PATCH 1/1] zeromq: disable test_fork Jerzy Grzegorek
@ 2014-04-22 21:37 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-04-22 21:37 UTC (permalink / raw)
To: buildroot
Dear Jerzy Grzegorek,
On Tue, 22 Apr 2014 20:42:52 +0200, Jerzy Grzegorek wrote:
> diff --git a/package/zeromq/zeromq-01-disable-test_fork.patch b/package/zeromq/zeromq-01-disable-test_fork.patch
> new file mode 100644
> index 0000000..48a76ab
> --- /dev/null
> +++ b/package/zeromq/zeromq-01-disable-test_fork.patch
> @@ -0,0 +1,22 @@
> +Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Even though this patch is quite trivial, we need a patch description
anyway.
> +
> +--- a/tests/Makefile.am 2014-04-18 15:24:35.000000000 +0200
> ++++ b/tests/Makefile.am 2014-04-22 11:31:08.000000000 +0200
> +@@ -46,8 +46,7 @@ if !ON_MINGW
> + noinst_PROGRAMS += test_shutdown_stress \
> + test_pair_ipc \
> + test_reqrep_ipc \
> +- test_timeo \
> +- test_fork
> ++ test_timeo
> + endif
> +
> + test_system_SOURCES = test_system.cpp
> +@@ -93,7 +92,6 @@ test_shutdown_stress_SOURCES = test_shut
> + test_pair_ipc_SOURCES = test_pair_ipc.cpp testutil.hpp
> + test_reqrep_ipc_SOURCES = test_reqrep_ipc.cpp testutil.hpp
> + test_timeo_SOURCES = test_timeo.cpp
> +-test_fork_SOURCES = test_fork.cpp
> + endif
> +
> + # Run the test cases
I would actually prefer a patch that adds an AC_CHECK_FUNCS([fork])
test to configure.ac, and uses that to build test_fork or not. In this
case, the patch could be submitted upstream.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-22 21:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-22 18:42 [Buildroot] [PATCH 1/1] zeromq: disable test_fork Jerzy Grzegorek
2014-04-22 21:37 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox